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
/
pointer-cycle.elna
blob: f9ee6498cc14165065c2837b8fcaec8b07b5b766 (
plain
)
1
2
3
type A = ^A (* @Error Type declaration forms a cycle: A -> A *) end.