NoLocalStatics t = new NoLocalStatics(); t.process();
static int a = 42; // EXPECT COMPILE ERROR System.out.println("Process: " + a);