mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
New test.
llvm-svn: 43162
This commit is contained in:
parent
84baa3a5b5
commit
9b11c8ab03
19
test/FrontendObjC/2007-10-18-ProDescriptor.ll
Normal file
19
test/FrontendObjC/2007-10-18-ProDescriptor.ll
Normal file
@ -0,0 +1,19 @@
|
||||
// RUN: %llvmgcc -x objective-c -c %s -o /dev/null
|
||||
@protocol O
|
||||
@end
|
||||
@interface O < O > {
|
||||
}
|
||||
@end
|
||||
struct A {
|
||||
};
|
||||
@protocol AB
|
||||
- (unsigned) ver;
|
||||
@end
|
||||
@interface AGy:O < AB > {
|
||||
}
|
||||
@end
|
||||
@implementation AGy
|
||||
- (unsigned) ver {
|
||||
}
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user