DEBSOURCES
Skip Quicknav
sources / smlnj / 110.79-8 / ckit / regression / valid-programs / b3.c
1234567891011
struct bar {struct {int n;} m;} a, b, c; main () { typedef struct foo {struct {int n;} m;} baz; struct foo *p,pp; }