Delete unused PoisonChecking utility pass
[llvm-project.git] / clang / test / ASTMerge / unnamed_fields / test.cpp
blob6ae3176df4f39156f79e6d84b3a98960d20346fc
1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/il.cpp
2 // RUN: %clang_cc1 -ast-merge %t.1.ast -fsyntax-only %s 2>&1 | FileCheck --allow-empty %s
3 // CHECK-NOT: warning: field '' declared with incompatible types in different translation units ('bool' vs. 'int')