repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
availability-dso-local.m
blob
8ff41d87f1e261f0c8e40c34eca2cc0368307c4e
1
// RUN: %clang_cc1 -triple thumbv7-apple-ios10.0.0 -emit-llvm -fvisibility hidden -w %s -o - | FileCheck %s
2
3
// CHECK: @"OBJC_CLASS_$_a" = hidden global %struct._class_t
4
5
__attribute__((availability(ios, introduced = 11.0))) @interface a @end
6
@implementation a @end