mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
* Reorder json `add` and `%`, fixes https://github.com/nim-lang/Nim/issues/6385 * rename json test files
5 lines
104 B
Nim
5 lines
104 B
Nim
# Test case for https://github.com/nim-lang/Nim/issues/6385
|
|
|
|
import mjsonexternproc
|
|
# import json
|
|
foo(1) |