| 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 |
| 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 |