class Test { void test() { while(foo()) } native boolean foo(); }