mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-20 19:40:43 +00:00
9 lines
188 B
Nim
9 lines
188 B
Nim
discard """
|
|
action: "reject"
|
|
targets: "c"
|
|
"""
|
|
|
|
# Because we set action="reject", we expect this line not to compile. But the
|
|
# line does compile, therefore the test fails.
|
|
assert true
|