Contents of hello.cpp
#include void RunInMain() { printf("RunInMain\\n"); } void ThreadFunc() { printf("ThreadFunc\\n&quo