11 lines · plain
1// RUN: rm -rf %t2// RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \3// RUN: -I%S/Inputs/macro-undef-through-pch -emit-pch \4// RUN: %S/Inputs/macro-undef-through-pch/foo.h -o %t.pch5// RUN: %clang_cc1 -x objective-c -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \6// RUN: -I%S/Inputs/macro-undef-through-pch -emit-pch \7// RUN: -include-pch %t.pch %s8 9// PR1921510#undef AB11