mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 14:05:49 -04:00
5 lines
135 B
C
5 lines
135 B
C
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
|
|
|
|
// CHECK: hidden global
|
|
int X __attribute__ ((__visibility__ ("hidden"))) = 123;
|