// assert statement class a { void f() { assert false : System.out.println(); assert 0; assert 'a'; assert ""; assert f(); } }