quakeforge/tools/qfcc/test/old/decl.r
Bill Currie 49ca09a64f Clean up qfcc's test directory.
I don't remember what half these tests were for :/
2012-11-22 21:58:52 +09:00

5 lines
81 B
R

integer x;
integer *y;
integer *z[4];
integer (*w)[4];
integer (foo[3])(string);