blob: 2c0381d4252c64be3f31fbcba741adc21b6414da [file] [log] [blame] [edit]
extern void internal_f (void);
int
main ()
{
return (int) &internal_f;
}