opnsense-src/test/ASTMerge/Inputs/interface2.m
2010-02-16 09:31:36 +00:00

7 lines
66 B
Objective-C

// Matches
@interface I1
@end
// Matches
@interface I2 : I1
@end