summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-11-10 23:19:38 -0500
committerIan Moffett <ian@osmora.org>2025-11-10 23:19:38 -0500
commit2b4d74005690b074ffe95f50e9f01fd70cd1e605 (patch)
tree2cc959650ac50d5d131f046e23fb4b0a76bc1d72 /src
initial commit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src')
-rw-r--r--src/entry.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/entry.c b/src/entry.c
new file mode 100644
index 0000000..45698fd
--- /dev/null
+++ b/src/entry.c
@@ -0,0 +1,5 @@
+int
+main(void)
+{
+ for (;;);
+}