Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenObjC / availability-dso-local.m
blob0ce4dd650c0589fe51917a3cbfe7dfcdc8a4d38a
1 // RUN: %clang_cc1 -triple thumbv7-apple-ios10.0.0 -emit-llvm -fvisibility=hidden -w %s -o - | FileCheck %s
3 // CHECK: @"OBJC_CLASS_$_a" = hidden global %struct._class_t
5 __attribute__((availability(ios, introduced = 11.0))) @interface a @end
6     @implementation a @end