1 // RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s 2 3 #include <stdint.h> 4 5 char *a = (void*)(uintptr_t)(void*)&a; 6