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

#include <stdint.h>

char *a = (void*)(uintptr_t)(void*)&a;