blob: 161f9079b254df190c124aa57996fcc3ec6f4d33 [file] [log] [blame]
// RUN: %clang_cc1 %s -emit-llvm -o -
@interface I0 @end
@implementation I0
- (void) im0: (int (void)) a0 {
}
@end
void func(int pf(void)) {
}