1#include <stdio.h>
2static int
3do_test (void)
4{
5 puts (s: "Hello world");
6 return 0;
7}
8
9#define TEST_FUNCTION do_test ()
10#include "../test-skeleton.c"
11

source code of glibc/gmon/tst-profile-static.c