[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / CodeGenObjC / debug-info-fwddecl.m
blob8f419de9bfda71c74b01b48aad2bf34cfc9f63ba
1 // RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s
2 @class ForwardObjcClass;
3 ForwardObjcClass *ptr = 0;
5 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "ForwardObjcClass"
6 // CHECK-SAME:             line: 2
7 // CHECK-NOT:              size:
8 // CHECK-NOT:              align:
9 // CHECK-NOT:              offset:
10 // CHECK-SAME:             flags: DIFlagFwdDecl