aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/function-decay.m
blob: 161f9079b254df190c124aa57996fcc3ec6f4d33 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 %s -emit-llvm -o -

@interface I0 @end
@implementation I0
- (void) im0: (int (void)) a0 {
}
@end

void func(int pf(void)) {
}