summary refs log tree commit diff stats
path: root/tests/reject/tnamedparams.nim
blob: 6c59518b3454dbda20a4fe6590ec07fa88993d07 (plain) (blame)
1
2
3
4
5
6
7
8
import pegs

discard parsePeg(
      input = "input", 
      filename = "filename", 
      line = 1, 
      col = 23)