Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
45479c88c8a44c55d27c3bd855273bb318082f37
/
.
/
test
/
Sema
/
PR2727.c
blob: faf934d947a0b3d36468ff485ddbc72211d18372 [
file
] [
log
] [
blame
]
Daniel Dunbar
9048891
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
}