glibc/gmon/tst-profile-static.c

11 lines
149 B
C
Raw Normal View History

2007-07-12 20:26:36 +02:00
#include <stdio.h>
static int
do_test (void)
{
puts ("Hello world");
return 0;
}
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"