mirror of https://github.com/microsoft/clang.git
Improve test of my previous patch. rdar://17633301
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213081 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e20f08bb69
commit
fc675fb87a
|
@ -47,9 +47,10 @@ __attribute__((weak_import))
|
|||
// CHECK: @"OBJC_CLASS_$_NSURLQueryItem" = extern_weak global
|
||||
|
||||
// rdar://17633301
|
||||
@interface AVScheduledAudioParameters @end // isWeakImported is true!!
|
||||
__attribute__((visibility("default"))) __attribute__((availability(ios,introduced=9876.5)))
|
||||
@interface AVScheduledAudioParameters @end
|
||||
|
||||
@interface XXXX : AVScheduledAudioParameters // is isWeakImported() true
|
||||
@interface XXXX : AVScheduledAudioParameters
|
||||
@end
|
||||
|
||||
@implementation AVScheduledAudioParameters @end
|
||||
|
|
Loading…
Reference in New Issue