Idris2/tests/idris2/basic/basic067/unclosed1.idr
2023-09-07 14:57:22 +01:00

14 lines
131 B
Idris

fun1 : a -> a
fun1 x = x
{-
allow unclosed comment block at the end of file
fun2 : a -> a
fun2 x = x
fun3 : a -> a
fun3 x = x