xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | #include <stdio.h> |
2 | |||||
3 | |||||
4 | static int | ||||
5 | do_test (void) | ||||
6 | { | ||||
7 | putc ('1', stderr); | ||||
8 | putc ('2', stderr); | ||||
9 | |||||
10 | return 0; | ||||
11 | } | ||||
12 | |||||
13 | #define TEST_FUNCTION do_test () | ||||
14 | #include "../test-skeleton.c" |