hanchenye-llvm-project/clang/test/Sema/const-ptr-int-ptr-cast.c

4 lines
88 B
C

// RUN: clang -fsyntax-only -verify %s
char *a = (void*)(unsigned long long)(void*)&a;