xref: /llvm-project/clang/test/Modules/Inputs/lookup-assert/Derive.h (revision ec315f10021cc9ca48b375fe86cd08a74d5e71d5)
1 #include "Base.h"
2 @interface DerivedInterface : BaseInterface
3 @end
4