1 
2 class Foo {
3   static int BOO;
4   static Foo whatever;
5   int bar;
6 };
7