blob: 5652fdbb21eaef72116130fc00e94b3d62dcaa49 [file] [log] [blame]
Chris Lattner10044cb2009-04-18 07:00:06 +00001// RUN: clang-cc %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}