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
/
alias.ek
blob: c6a26d6049db7dccc685302e804bcdec143119b9 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
typedef i27 {} typedef i9 {} typedef int i27; main() { int a = 10 as i9; }