blob: 2cda92d3d04adfddb8cd9282e996631ae79a1294 [file] [log] [blame]
/* PR c/91815 */
/* { dg-do compile } */
int f (void)
{
extern int t;
extern float v;
return (v > 0.0f);
}
typedef float t;
t v = 4.5f;