forked from OSchip/llvm-project
parent
51b8bc93f8
commit
60794cfa27
|
@ -14,8 +14,8 @@ __int64 q = 10lli64; // expected-error {{invalid suffix}}
|
||||||
// radar 7562363
|
// radar 7562363
|
||||||
#define ULLONG_MAX 0xffffffffffffffffui64
|
#define ULLONG_MAX 0xffffffffffffffffui64
|
||||||
#define UINT 0xffffffffui32
|
#define UINT 0xffffffffui32
|
||||||
#define USHORT 0xffffui8
|
#define USHORT 0xffffui16
|
||||||
#define UCHAR 0xffffffffui8
|
#define UCHAR 0xffui8
|
||||||
|
|
||||||
void a() {
|
void a() {
|
||||||
unsigned long long m = ULLONG_MAX;
|
unsigned long long m = ULLONG_MAX;
|
||||||
|
|
Loading…
Reference in New Issue