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

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)) {
}