summary refs log tree commit diff stats
path: root/tests/stdlib/tjsonexternproc.nim
blob: 1091d72cd6c479b4a34d1c3df13c73a8de64af98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
discard """
output: '''
{"data":[1]}
'''
"""

# Test case for https://github.com/nim-lang/Nim/issues/6385

import mjsonexternproc
# import json
foo(1)