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