summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/debug-info-pubtypes.m
blob: 744a366ce7c5f87c6412ed475b50a960705492d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// REQUIRES: x86-64-registered-target
// RUN: %clang -cc1 -triple x86_64-apple-darwin10  -g -S %s -o %t
// RUN: FileCheck %s < %t

//CHECK:        .long   Lset6
//CHECK-NEXT:   .long
//CHECK-NEXT:   .asciz   "H"
//CHECK-NEXT:   .long   0
//CHECK-NEXT:   Lpubtypes_end1:

@interface H
-(void) foo;
@end

@implementation H
-(void) foo {
}
@end

OpenPOWER on IntegriCloud