mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 01:06:05 +00:00
New test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43162 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1851898e75
commit
95cf196d15
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…
x
Reference in New Issue
Block a user