brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · ac9464a Raw
7 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/deferred-lookup -verify %s3// expected-no-diagnostics4 5namespace N { int f(int); }6#include "b.h"7