aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/def_function_prototype.bad
blob: 8e7c32cf11c6bdbbd419fdabc19f7100afad54ec (plain)
1
2
3
4
5
6
7
8
9
10

/* ERRORS */
() a()();
() b()int;
int c int;
(int) d int;
() (e());
() ();
(int) (int);
int (int);