Files
clang-p2996/lldb/test/lang/c/forward/foo.h
2011-06-25 20:49:06 +00:00

5 lines
45 B
C

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