brintos

brintos / llvm-project-archived public Read only

0
0
Text · 292 B · db654e6 Raw
17 lines · plain
1// FIXME: Check IR rather than asm, then triple is not needed.2// RUN: %clang_cc1 -triple %itanium_abi_triple -S -debug-info-kind=limited %s -o - | FileCheck %s3 4// CHECK: AT_APPLE_objc_complete_type5 6@interface I17@end8 9@implementation I1 {10int myi2;11}12int myi;13@end14 15void foo(I1 *iptr) {}16 17