]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/deferred-lookup.cpp
Vendor import of clang trunk r238337:
[FreeBSD/FreeBSD.git] / test / Modules / deferred-lookup.cpp
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"