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