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
/
std
/
io.amal
blob: 9023280ca92421a45edc244c8fd02aded466cbb2 (
plain
)
1
2
3
4
5
extern const print_extern: fn() i32; pub const print = fn() i32 { return print_extern(); }