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:
Rafael Espindola 2018-02-08 01:17:26 +00:00
parent 4c12b17b81
commit 13113d51c2
1 changed files with 6 additions and 0 deletions

View File

@ -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