blob: b2f371e7827639d75cf71449fb2949e7ada174ff [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#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"