llvm-for-llvmta/tools/clang/test/Modules/pr26179.cpp

8 lines
249 B
C++

// RUN: rm -rf %t
// RUN: %clang_cc1 -I%S/Inputs/PR26179 -verify %s
// RUN: %clang_cc1 -fmodules -fmodule-map-file=%S/Inputs/PR26179/module.modulemap -fmodules-cache-path=%t -I%S/Inputs/PR26179 -verify %s
#include "A.h"
// expected-no-diagnostics