// Simplest possible test static box Main { init { } main() { return 42 } }