8 extern void dont_strip_me()
10 printf("I wasn't stripped\n");
13 static void *a_function()
17 std::this_thread::sleep_for(std::chrono::microseconds(100));
23 int main(int argc
, char const *argv
[])
26 // Create file to signal that this process has started up.