blob: 0e5e99fb8befce75f07e201cb559b6f8a63d1ab1 [file] [log] [blame]
Stephen Hines651f13c2014-04-23 16:59:28 -07001// RUN: rm -rf %t
2// RUN: %clang_cc1 -x objective-c-header -fmodules -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
Stephen Hines6bcf27b2014-05-29 04:14:42 -07005// RUN: %clang_cc1 -x objective-c -fmodules -fmodules-cache-path=%t \
6// RUN: -I%S/Inputs/macro-undef-through-pch -emit-pch \
7// RUN: -include-pch %t.pch %s
Stephen Hines651f13c2014-04-23 16:59:28 -07008
9// PR19215
10#undef AB