xref: /aosp_15_r20/external/clang/test/Modules/deferred-lookup.cpp (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/deferred-lookup -verify %s
3 // expected-no-diagnostics
4 
5 namespace N { int f(int); }
6 #include "b.h"
7