freebsd-nq/test/CodeGen/function-decay.m
2009-06-02 17:58:47 +00:00

11 lines
143 B
Objective-C

// RUN: clang-cc %s -emit-llvm -o -
@interface I0 @end
@implementation I0
- (void) im0: (int (void)) a0 {
}
@end
void func(int pf(void)) {
}