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