DEBSOURCES
Skip Quicknav
sources / smlnj / 110.79-8 / ckit / regression / valid-programs / a228.c
123456789
struct foo {int x; float y;}; struct foo ast1 = {1,1.0}; int z[3]; int main (){ int (*f)() = main; return 0; }