mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
6 lines
227 B
Objective-C
6 lines
227 B
Objective-C
// 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]
|