You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
387 B
11 lines
387 B
// RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s
|
|
@class ForwardObjcClass;
|
|
ForwardObjcClass *ptr = 0;
|
|
|
|
// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "ForwardObjcClass"
|
|
// CHECK-SAME: line: 2
|
|
// CHECK-NOT: size:
|
|
// CHECK-NOT: align:
|
|
// CHECK-NOT: offset:
|
|
// CHECK-SAME: flags: DIFlagFwdDecl
|