aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/_simple.sy
blob: 84bc86dc9ff9ec948eb76008ca1b29b7a1e94ec2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// import A

//
f :: fn {
    g!
    print q
}

//
q :: 1

//
a := 1

qq :: fn {
    g!
    print q
}


// Steg 1: Hitta sektioner
// Dela sektioner, compilera felera sektioner efter varandra