summaryrefslogtreecommitdiff
path: root/typecheck/tests/Printer.java
blob: 3c4fa2f65a2f33da2b43553f9a11e4d2b9d4d9f6 (plain)
1
2
3
4
5
class Printer{
    public static void main(String[] a){
        // System.out.println(0);
    }
}