summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-09 20:44:49 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-09 20:44:49 +0100
commit2f427f1d9f68cc1f35c9859e24a4a002705e39fd (patch)
treef128a803768b7815d72c9a20e5ae498edb69281a
parent41d111fa5f5cf39173778602364639d31886d899 (diff)
Fix file extension
-rw-r--r--test.yx (renamed from test.xy)4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.xy b/test.yx
index a908c0e..2e3a515 100644
--- a/test.xy
+++ b/test.yx
@@ -1,3 +1,5 @@
+module foo;
+
def puts = $foreign("puts", func(s ^u8));
/*
@@ -21,7 +23,7 @@ def foo = func() {
def main′ = func() {
puts("Hello, sailor!");
some_func(#b10.1100'1001e+11);
- x, y = 69, 420;
+ x, y = 69, 420;
slices_sort(my_slice, func(x, y int) int {
return x - y;
});