blob: 4b8e3602d46081b56f97026e57cdd889074b0674 [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)) {
}