public class Foo{
        public static void main(String[] args){
                switch (null){default:}
        }
} 