Clang Project

clang_source_code/test/Modules/deferred-lookup.cpp
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
5namespace N { int f(int); }
6#include "b.h"
7