pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / FrontendC / 2003-11-16-StaticArrayInit.c
blobeb83b3ad0c61fe1e0b1408c90d8bbce83aa89738
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 void bar () {
4 static char x[10];
5 static char *xend = x + 10;