2 // RUN: %clang_cc1 %s -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/interface-diagnose-missing-import -verify
3 // expected-no-diagnostics
9 // No diagnostic for inaccessible 'Buggy' definition because we have another definition right in this file.
10 @interface Buggy (MyExt)