aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/debug-info-fwddecl.m
blob: b43d7c0eb87c0aa221c820b88e5f7f58a3727ca1 (plain) (blame)
1
2
3
4
5
// RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s
@class ForwardObjcClass;
ForwardObjcClass *ptr = 0;

// CHECK: {{.*}} [ DW_TAG_structure_type ] [ForwardObjcClass] [line 2, size 0, align 0, offset 0] [decl]