1*0333dd95SReid Kleckner // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/il.cpp 2*0333dd95SReid Kleckner // RUN: %clang_cc1 -ast-merge %t.1.ast -fsyntax-only %s 2>&1 | FileCheck --allow-empty %s 3*0333dd95SReid Kleckner // CHECK-NOT: warning: field '' declared with incompatible types in different translation units ('bool' vs. 'int') 4