mcst-linux-kernel/glibc-2.35/gmon/tst-profile-static.c

11 lines
149 B
C
Raw Normal View History

2024-07-09 13:51:45 +03:00
#include <stdio.h>
static int
do_test (void)
{
puts ("Hello world");
return 0;
}
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"