blob: afde58ee1b00d5dccbdfdd1e6ccd33051c8627fc [file] [log] [blame] [edit]
extern int external(void);
int use_external(void)
{
return external();
}