diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-26 20:43:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-26 20:43:21 +0900 |
| commit | b3b3c8bcd07e644fdba9167f927ad8dee4a255db (patch) | |
| tree | bedc96885ce9235a49cb9d7864cf94ff673fd4c7 /tests | |
| parent | 467d3de2dea0cb50ab9b6f1a426486c57f64f1b6 (diff) | |
| download | ducc-b3b3c8bcd07e644fdba9167f927ad8dee4a255db.tar.gz ducc-b3b3c8bcd07e644fdba9167f927ad8dee4a255db.tar.zst ducc-b3b3c8bcd07e644fdba9167f927ad8dee4a255db.zip | |
feat: support nop preprocessing directive
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/099.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/099.sh b/tests/099.sh new file mode 100644 index 0000000..5a744a8 --- /dev/null +++ b/tests/099.sh @@ -0,0 +1,9 @@ +touch expected +test_diff <<'EOF' +# +# +# +# +# +int main() {} +EOF |
