Paul Floyd 83dda2b71a Bug 444925 fexecve syscall wrapper not properly implemented
Implement fexecve and a few testcases on FreeBSD.
2021-11-14 22:06:14 +01:00

7 lines
80 B
C++

#include <iostream>
int main()
{
std::cout << "Compiled Hello, World!\n";
}