6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
// Minimal test without safepoint
|
|
static box Main {
|
|
main() {
|
|
return 42
|
|
}
|
|
} |