================
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s
 // expected-no-diagnostics
 
-#include <stdint.h>
+typedef unsigned __INTPTR_TYPE__ uintptr_t;
----------------
zwuis wrote:

```diff
-__INTPTR_TYPE__
+__UINTPTR_TYPE__
```

https://github.com/llvm/llvm-project/pull/178125
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to