blob: 14b3fe41f9939f893d007bd5994be81d20606ea8 [file] [log] [blame] [edit]
extern int StubUse(void);
int main(void)
{
return StubUse();
}