summary refs log blame commit diff stats
path: root/nimpretty/tests/simple3.nim
blob: bd60ddf3991e29c280c55abeae7443cd4ddad37c (plain) (tree)
1
2
3
4
5
6
7
8
9








            




                                                                                                                                                               
#[
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()