Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
33a9fdf55e388887e83a1ca16b117e471e0b58ea
/
.
/
test
/
Sema
/
PR2727.c
blob: faf934d947a0b3d36468ff485ddbc72211d18372 [
file
] [
log
] [
blame
]
Daniel Dunbar
7cfb85b
2008-08-28 18:02:04 +0000
[
diff
] [
blame
]
1
int
f
(
int
x
)
2
{
3
// sizeof applied to a type should not delete the type.
4
return
sizeof
(
int
[
x
]);
5
}