index
:
elna
assembly
cpp
haskell
Elna programming language compiles simple mathematical operations to RISC-V code.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
fail_compilation
/
alias-field-cycle.elna
blob: f4a554a5c7abf140a5c6aee9f714b63b5d481cfe (
plain
)
1
2
3
4
5
type A = record (* @Error Type declaration forms a cycle: A -> A *) field: A end end.