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