meson/test cases/windows/7 dll versioning/exe.orig.c

9 lines
87 B
C

int myFunc (void);
int main(void)
{
if (myFunc() == 55)
return 0;
return 1;
}