diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/109.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/109.sh b/tests/109.sh new file mode 100644 index 0000000..40b2c82 --- /dev/null +++ b/tests/109.sh @@ -0,0 +1,10 @@ +cat <<'EOF' > expected +EOF + +test_diff <<'EOF' +#if 1 // a +#else // b +#endif // c + +int main() {} +EOF |
