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