x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]
[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"