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