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