]> git.ipfire.org Git - thirdparty/glibc.git/blob - gmon/tst-profile-static.c
Add --enable-static-pie configure option to build static PIE [BZ #19574]
[thirdparty/glibc.git] / gmon / tst-profile-static.c
1 #include <stdio.h>
2 static int
3 do_test (void)
4 {
5 puts ("Hello world");
6 return 0;
7 }
8
9 #define TEST_FUNCTION do_test ()
10 #include "../test-skeleton.c"