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