[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / macro-undef-through-pch.m
blobfc32229bec54bccde7c9de5947415eef8f71cc84
1 // RUN: rm -rf %t
2 // 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.pch
5 // 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 %s
9 // PR19215
10 #undef AB