aboutsummaryrefslogtreecommitdiff
path: root/test/initializer-pointer-int-cast.c
blob: 75963b26778a337d0d4e164037019fbe9fe685d8 (plain)
1
2
int x;
long p = (long)&x;