llvm-project/lldb/test/lang/c/forward/foo.h

5 lines
45 B
C

struct bar;
int foo (struct bar *bar_ptr);