Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).
[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"