blob: f9b2dd4c6d9d14aca3cf18a1e45129b82e49e0c3 [file] [log] [blame]
#include <stdio.h>
extern int doTest();
int main()
{
printf("%d\n", doTest()); // Set breakpoint here
return 0;
}