aboutsummaryrefslogtreecommitdiffstats
path: root/tests/compilation.bad
blob: 782e75f441fe2e0558ab22b60a1d5dd5f7f5a34f (plain)
1
2
3
4
5
6
7
8
9
10
1 + 2 * 3
true
false
0 1
"hello"
"world"
; fun foo(): int {
;     32
; }
; 1 + 2 + foo()