summaryrefslogtreecommitdiff
path: root/examples/simple.c
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-03-11 16:33:24 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-03-11 16:33:24 -0700
commita9292a98cc6c65e2a4ad6da20937ef7568a4143d (patch)
treef921866c475208359285ff3f606c0fafa1812a32 /examples/simple.c
parent35fa21e59ad44de3ac5d075a3c1ae60d462a1a13 (diff)
earlpy
Diffstat (limited to 'examples/simple.c')
-rw-r--r--examples/simple.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/simple.c b/examples/simple.c
index 4d3139c..16629ee 100644
--- a/examples/simple.c
+++ b/examples/simple.c
@@ -1,5 +1,7 @@
+void foo() {
if (1)
if (1)
1;
else
1;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback