You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// This uses a headermap with this entry:
|
|
// Foo.h -> Foo/Foo.h
|
|
|
|
// RUN: %clang_cc1 -E %s -o %t.i -I %S/Inputs/headermap-rel/foo.hmap -F %S/Inputs/headermap-rel
|
|
// RUN: FileCheck %s -input-file %t.i
|
|
|
|
// CHECK: Foo.h is parsed
|
|
// CHECK: Foo.h is parsed
|
|
|
|
#include "Foo.h"
|
|
#include "Foo.h"
|