blob: 5907d879a64470d28fee8281840a2a3d914878d8 [file] [log] [blame]
void
sub0 (int i)
{
extern int sub (int);
sub (i);
}