summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/address-constant.c
blob: 0b451cc39c0ceeb6567a441a26f909d0f65d5d88 (plain)
1
2
3
4
5
6
7
// RUN: clang -fsyntax-only -verify %s

int i;
int a[] = {0};
struct { int i; } s;

int *array[] = {&i, a, &s.i};
OpenPOWER on IntegriCloud