mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
86c060ef13
* Reimplement %nomangle in terms of %export Also deprecate %nomangle * [ lint ] fix linter errors
8 lines
97 B
Idris
8 lines
97 B
Idris
|
|
%nomangle "node:continue"
|
|
continue : Int -> Int
|
|
continue x = x + 1
|
|
|
|
main : IO ()
|
|
main = pure ()
|