aboutsummaryrefslogtreecommitdiff
path: root/tests/bug.amal
blob: 170e72cc2e5249abc93c3699b7d043023ccdcd58 (plain)
1
2
3
4
5
const func = fn(arg: i32) i32 { return 20; }

const main = fn {
    func(23);
}