summaryrefslogtreecommitdiff
path: root/test.yx
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-10 17:28:27 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-10 17:28:27 +0100
commitf7b9ea9ccfd8be8c2633b4d02dbc3207c2e3d354 (patch)
tree192247c7d5b172fd315a8b4ac274f74df8dfa923 /test.yx
parent3dcffaaa8e810c144751d3be66ff241762ab2c56 (diff)
Remove the module declaration
Diffstat (limited to 'test.yx')
-rw-r--r--test.yx2
1 files changed, 0 insertions, 2 deletions
diff --git a/test.yx b/test.yx
index 2e3a515..b057812 100644
--- a/test.yx
+++ b/test.yx
@@ -1,5 +1,3 @@
-module foo;
-
def puts = $foreign("puts", func(s ^u8));
/*