aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/function-decay.m
blob: 9c871139dba8a4a1ac548fa13e0cfd36ee9230c6 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: clang-cc %s -emit-llvm

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

void func(int pf(void)) {
}