x86: In ld.so, diagnose missing APX support in APX-only builds
[glibc.git] / gmon / tst-profile-static.c
blobb2f371e7827639d75cf71449fb2949e7ada174ff
1 #include <stdio.h>
2 static int
3 do_test (void)
5 puts ("Hello world");
6 return 0;
9 #define TEST_FUNCTION do_test ()
10 #include "../test-skeleton.c"