repo.or.cz
/
llvm
/
systemz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'master' into systemz
[llvm/systemz.git]
/
test
/
FrontendObjC
/
2009-04-14-AsmSection.m
blob
ec5c688a85478cfb7465b31298fa6dfcfbdbf5cb
1
// RUN: %llvmgcc -S %s -fobjc-abi-version=2 -emit-llvm -o %t
2
// RUN: grep {OBJC_CLASS_\\\$_A.*section.*__DATA, __objc_data.*align} %t
3
// XTARGETS: darwin
4
5
@interface A
6
@end
7
8
@implementation A
9
@end