xref: /netbsd-src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c (revision 9689912e6b171cbda866ec33f15ae94a04e2c02d)
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