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

#include <stdint.h>

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