blob: 161f9079b254df190c124aa57996fcc3ec6f4d33 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -emit-llvm -o -
Steve Naroffab76d452009-04-14 00:03:58 +00002
3@interface I0 @end
4@implementation I0
5- (void) im0: (int (void)) a0 {
6}
7@end
8
9void func(int pf(void)) {
10}