blob: aaac389da0dc45aabde85cdfe6c0837b215db034 [file] [log] [blame]
Stephen Hines0e2c34f2015-03-23 12:09:02 -07001// 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
5namespace N { int f(int); }
6#include "b.h"