repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
debug-info-fwddecl.m
blob
8f419de9bfda71c74b01b48aad2bf34cfc9f63ba
1
// RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s
2
@class ForwardObjcClass;
3
ForwardObjcClass *ptr = 0;
4
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