Files
Nim/nimpretty/tests/expected/simple3.nim
2018-10-26 01:53:10 +02:00

17 lines
232 B
Nim

#[
foo bar
]#
proc fun() =
echo "ok1"
proc fun2(a = "fooo" & "bar" & "bar" & "bar" & "bar" & (
"bar" & "bar" & "bar") & "bar" & "bar" & "bar" & "bar" & "bar" & "bar" &
"bar" & "bar" & "bar"): auto =
discard
fun2()