diff options
-rw-r--r-- | clang/test/CodeGen/2008-01-04-WideBitfield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-01-04-WideBitfield.c b/clang/test/CodeGen/2008-01-04-WideBitfield.c index ab50940c384..e1c7a38a12e 100644 --- a/clang/test/CodeGen/2008-01-04-WideBitfield.c +++ b/clang/test/CodeGen/2008-01-04-WideBitfield.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -emit-llvm -o - %s // PR1386 -typedef unsigned long uint64_t; +typedef unsigned long long uint64_t; struct X { unsigned char pad : 4; uint64_t a : 64; |