blob: eb4a10815e319fe1adc5f1baff35a9f32c6cc67c [file] [log] [blame]
//file
class Test {
void test() {
int i1 = 045;
Int i2 = 032;
}
}