blob: 7f9957993093cf384bb1b029c686192ceb2d68ec [file] [log] [blame]
extern void simpleLib();
int main()
{
simpleLib();
return 0;
}