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

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