remove the "old" at&t style asmprinter. Unfortunately, most of the
[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;