Home | History | Annotate | Download | only in CodeGenObjC
      1 // RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s
      2 @class ForwardObjcClass;
      3 ForwardObjcClass *ptr = 0;
      4 
      5 // CHECK: {{.*}} [ DW_TAG_structure_type ] [ForwardObjcClass] [line 2, size 0, align 0, offset 0] [decl]
      6