ci(llvm): add ny-llvmc object generation workflow (crate path) using hello_simple_llvm sample
This commit is contained in:
7
apps/tests/hello_simple_llvm.nyash
Normal file
7
apps/tests/hello_simple_llvm.nyash
Normal file
@ -0,0 +1,7 @@
|
||||
static box Main {
|
||||
main() {
|
||||
print(42)
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user