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
/
record-base-cycle.elna
blob: 8af254d10c50ba9870769a13aa14a15caef4e5d5 (
plain
)
1
2
3
4
5
type R = record(R) (* @Error Type declaration forms a cycle: R -> R *) end end.