mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
8 lines
66 B
Mathematica
8 lines
66 B
Mathematica
|
|
// Matches
|
||
|
|
@interface I1
|
||
|
|
@end
|
||
|
|
|
||
|
|
// Matches
|
||
|
|
@interface I2 : I1
|
||
|
|
@end
|