blob: fd7a120aa9e819c720f33c454e1eebcafd558521 [file] [log] [blame]
extern int BasicA(void);
int BasicB(void)
{
return BasicA();
}