blob: 66891a04b74495e74f6fb55f5132b7ffdd4e2138 [file] [log] [blame]
Manuel Klimekc0ff9902014-08-13 12:34:41 +00001// RUN: cd %S
2// RUN: %clang_cc1 -I. -fmodule-maps -fmodule-name=A -fmodule-map-file=%S/Inputs/filename/module.map %s -E | FileCheck %s
3// REQUIRES: shell
4
5#include "Inputs/filename/a.h"
6
7// Make sure that headers that are referenced by module maps have __FILE__
8// reflect the include path they were found with.
9// CHECK: const char *p = "./Inputs/filename/a.h"