llvm-project/clang/test/CodeGen/function-decay.m

11 lines
138 B
Objective-C

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