blob: 691554d17e3d847cf1188c4221c595986ec8c110 [file]
/* Strong definition of func (adds 2). */
extern int value;
void
func (void)
{
value += 2;
}