sample: Add sample prototype

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-02-13 23:45:01 -05:00
parent e6cc68b8d4
commit ce86a7a2b1

6
sample/prototype.rifle Normal file
View File

@@ -0,0 +1,6 @@
// Prototype
.pf main() : u32;
.f main() : u32 {
return 0;
}