summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2003-11-16-StaticArrayInit.c
blob: 2b42e38dc9ae57802bd73e7649e6ad812546f61b (plain)
1
2
3
4
5
6
7
8
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null

void bar () {
 static char x[10];
 static char *xend = x + 10;
}


OpenPOWER on IntegriCloud