blob: 2b42e38dc9ae57802bd73e7649e6ad812546f61b [file] [log] [blame]
Tanya Lattnere9af5d12004-11-06 22:41:00 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
Chris Lattnerd39dbcc2003-11-16 20:47:05 +00003void bar () {
4 static char x[10];
5 static char *xend = x + 10;
6}
7
8