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