Complete LLVM PoC mock implementation - demonstrates integration structure
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
5
local_tests/test_return_42.nyash
Normal file
5
local_tests/test_return_42.nyash
Normal file
@ -0,0 +1,5 @@
|
||||
static box Main {
|
||||
main() {
|
||||
return 42
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user