Sign in
llvm
/
clang
/
refs/heads/release_27
/
.
/
test
/
Sema
/
const-ptr-int-ptr-cast.c
blob: c6e70b8b2455c9da3894ad010c3d5415c71f4d6c [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
#include
<stdint.h>
char
*
a
=
(
void
*)(
uintptr_t
)(
void
*)&
a
;