diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-10 17:28:27 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-10 17:28:27 +0100 |
| commit | f7b9ea9ccfd8be8c2633b4d02dbc3207c2e3d354 (patch) | |
| tree | 192247c7d5b172fd315a8b4ac274f74df8dfa923 /test.yx | |
| parent | 3dcffaaa8e810c144751d3be66ff241762ab2c56 (diff) | |
Remove the module declaration
Diffstat (limited to 'test.yx')
| -rw-r--r-- | test.yx | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -module foo; - def puts = $foreign("puts", func(s ^u8)); /* |