From f2297c20b69d942fd1e8fdcdd8f4d142c71de662 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Sun, 30 Jul 2023 18:09:52 -0700 Subject: bad line numbers support --- tests/should_not_build.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/should_not_build.c (limited to 'tests') diff --git a/tests/should_not_build.c b/tests/should_not_build.c new file mode 100644 index 0000000..6a7d2d0 --- /dev/null +++ b/tests/should_not_build.c @@ -0,0 +1,3 @@ +int main() { + return foo(); +} -- cgit v1.2.3