summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/not.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/not.c b/tests/not.c
new file mode 100644
index 0000000..b7c7682
--- /dev/null
+++ b/tests/not.c
@@ -0,0 +1,3 @@
+int main() {
+ return !0; // 1
+}