android_mt6572_jiabo/external/clang/test/Sema/const-ptr-int-ptr-cast.c
2025-09-05 16:56:03 +08:00

6 lines
147 B
C

// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s
// expected-no-diagnostics
#include <stdint.h>
char *a = (void*)(uintptr_t)(void*)&a;