/* Test that variables are zero initialized */ class Main { void main() { int a; write(a); } }