mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 12:26:09 +00:00

Fixes https://llvm.org/bugs/show_bug.cgi?id=26014 Reviewed by Richard Smith. llvm-svn: 264937
8 lines
249 B
C++
8 lines
249 B
C++
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -I%S/Inputs/PR26014 -verify %s
|
|
// RUN: %clang_cc1 -fmodules -fmodule-map-file=%S/Inputs/PR26014/module.modulemap -fmodules-cache-path=%t -I%S/Inputs/PR26014 -verify %s
|
|
|
|
#include "A.h"
|
|
|
|
// expected-no-diagnostics
|