summaryrefslogtreecommitdiff
path: root/tests/should_not_build.c
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2023-07-30 18:09:52 -0700
committerMatthew Sotoudeh <matthew@masot.net>2023-07-30 18:09:52 -0700
commitf2297c20b69d942fd1e8fdcdd8f4d142c71de662 (patch)
tree5072f8f11eea2d8265e48d6c3bce533e124f016f /tests/should_not_build.c
parentc84bbdc2a296f4b818fa8ec05a6dbe2dd46fc4f1 (diff)
bad line numbers support
Diffstat (limited to 'tests/should_not_build.c')
-rw-r--r--tests/should_not_build.c3
1 files changed, 3 insertions, 0 deletions
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();
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback