brintos

brintos / llvm-project-archived public Read only

0
0
Text · 286 B · 8269c31 Raw
8 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s2 3 4@interface Foo5-(void)paramNamedID:(int)id usesIDType:(id)notShadowed;6-(void)paramNamedID:(int)id, id notShadowed; // expected-warning{{use of C-style parameters in Objective-C method declarations is deprecated}}7@end8