1*67e74705SXin Li // RUN: cd %S 2*67e74705SXin Li // RUN: %clang_cc1 -I. -fmodule-name=A -fmodule-map-file=%S/Inputs/filename/module.map %s -E | FileCheck %s 3*67e74705SXin Li 4*67e74705SXin Li #include "Inputs/filename/a.h" 5*67e74705SXin Li 6*67e74705SXin Li // Make sure that headers that are referenced by module maps have __FILE__ 7*67e74705SXin Li // reflect the include path they were found with. 8*67e74705SXin Li // CHECK: const char *p = "./Inputs/filename/a.h" 9