aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/availability-dso-local.m
blob: 8ff41d87f1e261f0c8e40c34eca2cc0368307c4e (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -triple thumbv7-apple-ios10.0.0 -emit-llvm -fvisibility hidden -w %s -o - | FileCheck %s

// CHECK: @"OBJC_CLASS_$_a" = hidden global %struct._class_t

__attribute__((availability(ios, introduced = 11.0))) @interface a @end
    @implementation a @end