aboutsummaryrefslogtreecommitdiff
path: root/libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c
blob: c1f2f6318c1c9a91e2ccd8876ca22644735a8acd (plain)
1
2
3
4
5
typedef short ret_t;
int a (void);
int b (void);
int c (void);
int blah (void) { a(); b(); c(); return 0; }