diff options
Diffstat (limited to 'test/CodeGen/bitfield-2.c')
-rw-r--r-- | test/CodeGen/bitfield-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/bitfield-2.c b/test/CodeGen/bitfield-2.c index e4b1b0d..9d66957 100644 --- a/test/CodeGen/bitfield-2.c +++ b/test/CodeGen/bitfield-2.c @@ -237,7 +237,7 @@ unsigned long long test_5() { /***/ struct s6 { - _Bool f0 : 2; + unsigned f0 : 2; }; struct s6 g6 = { 0xF }; |