From fc1f328339f7366fab9d197a2876d8207f38656c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 18 Mar 2022 08:40:00 -0700 Subject: Add --prepro-only option. --- testcases | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testcases') diff --git a/testcases b/testcases index 04e2971..04e90dd 100644 --- a/testcases +++ b/testcases @@ -111,3 +111,8 @@ gawk 20: ./cppawk 'BEGIN { print __posix__ }' : +-- +21: +./cppawk --prepro-only 'BEGIN { }' | grep BEGIN +: +BEGIN { } -- cgit v1.2.3