blob: 85f0de6421890dac5bfae65fc3ad330b9f65f8c3 [file] [log] [blame]
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
@A(11)
public @interface A1 {
}