brintos

brintos / llvm-project-archived public Read only

0
0
Text · 206 B · 5e961d4 Raw
14 lines · plain
1// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s2 3// CHECK-NOT: setter4// CHECK-NOT: getter5 6@interface I17@property int p1;8@end9 10@implementation I111@end12 13void foo(I1 *ptr) {}14