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

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

void func(int pf(void)) {
}
OpenPOWER on IntegriCloud