index
:
ek
master
BORED - Compiler for triscv
kimi.h.kuparinen+ek@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
multiple_imports
/
multiple_imports.ek
blob: 42f44b6b66c72244c8792286dfd3edaa779054ee (
plain
) (
blame
)
1
2
3
4
5
6
7
8
import "a.ek"; import "b.ek" main() { a(); b(); }