Idris2/tests/node/nomangle002/nomangle2.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
88 B
Idris

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