mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 04:38:37 +00:00
34fad42003
then we fail to find it if it is re-included later on. rdar://16285490 llvm-svn: 203542
13 lines
290 B
C
13 lines
290 B
C
|
|
// 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"
|