2014-02-14 22:58:28 +08:00
|
|
|
|
|
|
|
// This uses a headermap with this entry:
|
|
|
|
// Foo.h -> Foo/Foo.h
|
|
|
|
|
2014-02-15 13:09:38 +08:00
|
|
|
// RUN: %clang_cc1 -E %s -o %t.i -I %S/Inputs/headermap-rel/foo.hmap -F %S/Inputs/headermap-rel
|
2014-02-14 22:58:28 +08:00
|
|
|
// RUN: FileCheck %s -input-file %t.i
|
|
|
|
|
2014-03-11 14:21:28 +08:00
|
|
|
// CHECK: Foo.h is parsed
|
2014-02-14 22:58:28 +08:00
|
|
|
// CHECK: Foo.h is parsed
|
|
|
|
|
|
|
|
#include "Foo.h"
|
2014-03-11 14:21:28 +08:00
|
|
|
#include "Foo.h"
|