diff options
Diffstat (limited to 'clang/test/PCH/struct.h')
-rw-r--r-- | clang/test/PCH/struct.h | 2 |
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; |