blob: faf934d947a0b3d36468ff485ddbc72211d18372 [file] [log] [blame]
Daniel Dunbar90488912008-08-28 18:02:04 +00001int f (int x)
2{
3 // sizeof applied to a type should not delete the type.
4 return sizeof (int[x]);
5}