PCH support for a few very, very simple kinds of expressions. Hook up
expression (de-)serialization for VLAs, variable initializers,
enum constant initializers, and bitfield widths.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69075 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/PCH/struct.h b/test/PCH/struct.h
index 6c25622..2ffdd4a 100644
--- a/test/PCH/struct.h
+++ b/test/PCH/struct.h
@@ -13,7 +13,7 @@
 struct Fun *fun;
 
 struct Fun {
-  int is_ptr;
+  int is_ptr : 1;
 
   union {
     void *ptr;