From 274e212c16bb354532e4a955e594a159cef61665 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 20 Jul 2025 01:07:40 +0900 Subject: feat: partially implement #include directive --- tests/057.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/057.sh (limited to 'tests/057.sh') diff --git a/tests/057.sh b/tests/057.sh new file mode 100644 index 0000000..6d1265f --- /dev/null +++ b/tests/057.sh @@ -0,0 +1,13 @@ +set -e + +cat <<'EOF' > expected +cannot open include file: nonexistent.h +EOF + +bash ../../test_compile_error.sh <<'EOF' +#include "nonexistent.h" + +int main() { + return 0; +} +EOF -- cgit v1.2.3-70-g09d2