blob: c068a023e5de5b44f559d2806e7c637978d6d807 [file] [log] [blame]
int bob_mcbob(void);
int main(void) {
return bob_mcbob();
}