blob: 395dc425113e7cce82f6cb74b83878f3a1b8a8c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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
|