mirror of https://github.com/microsoft/clang.git
Add a testcase for PR36268.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c12b17b81
commit
13113d51c2
|
@ -0,0 +1,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
|
Loading…
Reference in New Issue