Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8203725f37fbb45ded343e4378247fee3389c0da
/
.
/
test
/
CodeGen
/
function-decay.m
blob: 5652fdbb21eaef72116130fc00e94b3d62dcaa49 [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -emit-llvm -o -
@interface
I0
@end
@implementation
I0
-
(
void
)
im0
:
(
int
(
void
))
a0
{
}
@end
void
func
(
int
pf
(
void
))
{
}