aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/hidden-visibility.c
blob: 18201d95e7b5fac7b47e78db7423390b155a514b (plain)
1
2
3
// RUN: %llvmgcc %s -S -o - | grep {hidden global}

int X __attribute__ ((__visibility__ ("hidden"))) = 123;