summary refs log blame commit diff stats
path: root/nimpretty/tests/expected/simple3.nim
blob: c1c0af4498efd56802527a02f6bce8c3027f6ad8 (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()