mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
8 lines
88 B
Idris
8 lines
88 B
Idris
|
|
||
|
%nomangle "refc:break"
|
||
|
break : Int -> Int
|
||
|
break x = x + 1
|
||
|
|
||
|
main : IO ()
|
||
|
main = pure ()
|