aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge/Inputs/interface1.m
blob: 1aa1c3b89413d5be7de8e77c1bc4af4e549e1a50 (plain) (blame)
1
2
3
4
5
6
7
// Matches
@interface I1
@end

// Matches
@interface I2 : I1
@end