Richard Smith | a3271c1 | 2015-02-07 00:45:52 +0000 | [diff] [blame^] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -fmodules -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" |