diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/105.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/105.sh b/tests/105.sh new file mode 100644 index 0000000..7c673ab --- /dev/null +++ b/tests/105.sh @@ -0,0 +1,11 @@ +cat <<'EOF' > expected +EOF +test_diff <<'EOF' +#if 0 +# if 1 +# error "not an error" +# endif +#endif + +int main() {} +EOF |
