2009-11-12 09:36:20 +08:00
|
|
|
// Check that -E mode is invariant when using an implicit PCH.
|
|
|
|
|
2009-12-16 04:14:24 +08:00
|
|
|
// RUN: %clang_cc1 -include %S/preprocess.h -E -o %t.orig %s
|
|
|
|
// RUN: %clang_cc1 -emit-pch -o %t %S/preprocess.h
|
|
|
|
// RUN: %clang_cc1 -include-pch %t -E -o %t.from_pch %s
|
2009-11-12 09:36:20 +08:00
|
|
|
// RUN: diff %t.orig %t.from_pch
|
2009-05-12 09:31:05 +08:00
|
|
|
|
2009-11-12 09:36:20 +08:00
|
|
|
a_typedef a_value;
|