!752 static class A {} static class B {} p { for (Class x : litlist(A.class, B.class)) print(intToHex(x.hashCode())); }