aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/parser/expr_unary.bad
blob: bc6e978c956ff437159be92b537d3cf245f1ba7f (plain)
1
2
3
4
5
6
7

/* ERRORS */
int a = 1+;
int b = -1-;
int c = a()-;
int d = -*E;
() e() { @notfound; }
int^ f() { return @notfound; }