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