aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs193/543657/Code1.java
blob: b6819f5827eb8f94e9de66757975bf9c08bb27a8 (plain)
1
2
3
4
5
6
7
public class Code1 {
  public void run() {}
  public static void main(String []argv) {
    new Code1().run();
  }
}