summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-03 00:21:50 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-03 00:21:50 +0100
commitf96589f50f6a5eaaed95e78db7c8749b7e304264 (patch)
treecf013ca9f820fc3120474ed704c42ca33ac7e669
parenta0ac39bf7515e96c0497a68def91a70d83c4e236 (diff)
Rename test file
-rw-r--r--test.xy (renamed from test.x)5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.x b/test.xy
index 8a5643e..e8809df 100644
--- a/test.x
+++ b/test.xy
@@ -19,15 +19,20 @@ def foo = func {
* }; */
def main′ = func {
+ def foo, bar, baz;
puts("Hello, sailor!");
+ 69 + ~420
some_func(#b10.1100'1001e+11);
+ return 5
slices_sort(my_slice, func(x, y int) int {
return x - y;
});
};
+69'420 - one;
def some_func = func(n u32) u32 { return n * 2; };
/* def MY_FLOAT = union { f f64; n u64; } { n = 0x482DEF }.f */
def main = func { main′(); };
+ foobar