summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/struct.h')
-rw-r--r--clang/test/PCH/struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/struct.h b/clang/test/PCH/struct.h
index 6c256221fa0..2ffdd4aea58 100644
--- a/clang/test/PCH/struct.h
+++ b/clang/test/PCH/struct.h
@@ -13,7 +13,7 @@ struct Fun;
struct Fun *fun;
struct Fun {
- int is_ptr;
+ int is_ptr : 1;
union {
void *ptr;
OpenPOWER on IntegriCloud