index
:
amalgam
master
A programming language for combining cpu and gpu programming into the same language.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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); }