data/method/gdb/gdb-13.2/libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c

6 lines
98 B
C
Raw Permalink Normal View History

2024-01-29 10:44:43 +08:00
typedef short ret_t;
int a (void);
int b (void);
int c (void);
int blah (void) { a(); b(); c(); }