Idris2/tests/node/nomangle002/nomangle1.idr
Zoe Stafford 86c060ef13
Reimplement %nomangle in terms of %export (#2604)
* Reimplement %nomangle in terms of %export
Also deprecate %nomangle

* [ lint ] fix linter errors
2022-08-15 13:26:06 +01:00

8 lines
97 B
Idris

%nomangle "node:continue"
continue : Int -> Int
continue x = x + 1
main : IO ()
main = pure ()