summaryrefslogtreecommitdiffstats
path: root/test/Sema/const-ptr-int-ptr-cast.c
blob: 4e08bfff2cbbd0276925d2889a17ec5d5825d5ff (plain)
1
2
3
4
5
// RUN: clang-cc -fsyntax-only -verify %s

#include <stdint.h>

char *a = (void*)(uintptr_t)(void*)&a;
OpenPOWER on IntegriCloud