summary refs log tree commit diff stats
path: root/nimpretty/tests/expected/simple3.nim
blob: b7a02758aba06474c1d3751282f5c006d38b72f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[
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()