174083926SJohn Thompson# RUN: not modularize %s -x c++ 2>&1 | FileCheck %s 274083926SJohn Thompson 374083926SJohn ThompsonInputs/IncludeInExtern.h 474083926SJohn Thompson 5*a2b66875SJohn Thompson# CHECK: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInExtern.h:2:3: 674083926SJohn Thompson# CHECK-NEXT: #include "Empty.h" 774083926SJohn Thompson# CHECK-NEXT: ^ 874083926SJohn Thompson# CHECK-NEXT: error: Include directive within extern "C" {}. 9*a2b66875SJohn Thompson# CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInExtern.h:1:1: 1074083926SJohn Thompson# CHECK-NEXT: extern "C" { 1174083926SJohn Thompson# CHECK-NEXT: ^ 1274083926SJohn Thompson# CHECK-NEXT: The "extern "C" {}" block is here. 13