reset errno to zero on entry to the application's main function. This fixes
[oota-llvm.git] / test / CFrontend / hidden-visibility.c
1 // RUN: %llvmgcc %s -emit-llvm -S -o - | grep {hidden global}
2
3 int X __attribute__ ((__visibility__ ("hidden"))) = 123;