You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@implementationextensionObjCClass1{} // expected-error {{cannot find type 'ObjCClass1' in scope}}
63
64
@implementation(Category)extensionObjCClass1{} // expected-error {{cannot find type 'ObjCClass1' in scope}}
64
65
65
-
@_alignment(8)structAnyAlignment{}
66
+
@abi(func fn_abi()) // expected-error {{cannot give global function 'fn' the ABI of a global function with a different number of low-level parameters}}
0 commit comments