forked from OSchip/llvm-project
8 lines
310 B
Plaintext
8 lines
310 B
Plaintext
# RUN: not modularize %s -x c++ 2>&1 | FileCheck %s
|
|
|
|
Inputs/DuplicateHeader1.h
|
|
Inputs/DuplicateHeader2.h
|
|
|
|
# CHECK: error: value 'TypeInt' defined at multiple locations:
|
|
# CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}DuplicateHeader1.h:2:13
|
|
# CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}DuplicateHeader2.h:2:13 |