1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Testcase for r69104.

llvm-svn: 69110
This commit is contained in:
Bill Wendling 2009-04-15 00:04:11 +00:00
parent 1e76e65007
commit 0861f3e874

View File

@ -0,0 +1,8 @@
// RUN: %llvmgcc -S %s -fobjc-abi-version=2 -emit-llvm -o - | grep {OBJC_CLASS_\$_A.*section.*__DATA, __objc_data}
// XTARGETS: darwin
@interface A
@end
@implementation A
@end