aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr169706/Test.java
blob: b8af6a6777b69cdc82601cf6568c359b2e5c2485 (plain)
1
2
3
4
5
6
7
8
public class Test {

    public static void main(String args[]) {
        C c = new C();
        c.foo();
    }

}