View | Details | Raw Unified | Return to issue 39914
Collapse All | Expand All

(-)source/miniapp/testapp.cxx (+9 lines)
Lines 396-398 Link Here
396
	Execute();
396
	Execute();
397
}
397
}
398
398
399
400
#ifdef MACOSX
401
// make MacOSX linker using gcc happy so that the symbol "main" actually exists
402
// in an executable
403
int main( int argc, char **argv )
404
{
405
  return 0;
406
}
407
#endif

Return to issue 39914