summaryrefslogtreecommitdiff
path: root/clang/test/Sema/const-ptr-int-ptr-cast.c
blob: 8beaf9d4947cba78e840906cc5a89d93cfdb04fb (about) (plain)
1
2
3
4
5
// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s

#include <stdint.h>

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