Files
hakorune/apps/examples/array_p0.hako

10 lines
151 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// array_p0 minimal example for JIT smoke
static box Main {
init { }
main(args) {
// Placeholder: do nothing, return 0
return 0
}
}