aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs161/pr198196/Foo.java
blob: 6923c269d3af585ecd67d7fc2c547f1bda9d1e7b (plain)
1
2
3
4
5
6
public class Foo {

        public static void main(String[] args) {
                System.err.println(new Foo().toString());
        }
}