]> git.ipfire.org Git - thirdparty/glibc.git/blame - gmon/tst-profile-static.c
Fix tst-sigcontext-get_pc rule name from a43565ac447b1
[thirdparty/glibc.git] / gmon / tst-profile-static.c
CommitLineData
9f0d7b6d
UD
1#include <stdio.h>
2static int
3do_test (void)
4{
5 puts ("Hello world");
6 return 0;
7}
8
9#define TEST_FUNCTION do_test ()
10#include "../test-skeleton.c"