xref: /netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c (revision b2c35e17b976cf7ccd7250c86c6f5e95090ed636)
1 typedef short ret_t;
2 int a (void);
3 int b (void);
4 int c (void);
5 int blah (void) { a(); b(); c(); }
6