Fix PR4948 (and a leak): by not destroying the DwarfException
[llvm/avr.git] / test / FrontendC / hidden-visibility.c
blobfc2ae444b40438475b4450ce71ed99fe396c1c05
1 // RUN: %llvmgcc %s -emit-llvm -S -o - | grep {hidden global}
3 int X __attribute__ ((__visibility__ ("hidden"))) = 123;