blob: 43b753d77c6dfb38b20af503afc20d57a454e5c8 [file] [log] [blame]
@interface Ann {
int[] u () default 0;
}
@Ann(u=0) class D {
}