DEBSOURCES
Skip Quicknav
sources / c2hs / 0.28.8-2 / tests / bugs / issue-97 / issue97.h
123456789101112
/* foo.h */ #ifndef FOO_H #define FOO_H typedef struct { int x; int y; } foo_t; int foo_x(foo_t *f); #endif