Richard Smith | a3271c1 | 2015-02-07 00:45:52 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Richard Smith | 47972af | 2015-06-16 00:08:24 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/deferred-lookup -verify %s |
Richard Smith | a3271c1 | 2015-02-07 00:45:52 +0000 | [diff] [blame] | 3 | // expected-no-diagnostics |
4 | |||||
5 | namespace N { int f(int); } | ||||
6 | #include "b.h" |