public class Overflow { public static void main(String[] args) { foo(); } static void foo() { foo(); } }