aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1810/508661/Run.java
blob: 176e5a499937661fef14057975ead3797615d725 (plain)
1
2
3
4
5
6
public class Run {
  public static void main(String []argv) {
    new A_yes().m();
    new B_no().m();
  }
}