10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
|
|
// array_p0 – minimal example for JIT smoke
|
|||
|
|
static box Main {
|
|||
|
|
init { }
|
|||
|
|
main(args) {
|
|||
|
|
// Placeholder: do nothing, return 0
|
|||
|
|
return 0
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|