Mypal/xpcom/tests/TestBlockingProcess.cpp

9 lines
97 B
C++

#include <stdio.h>
int main()
{
char tmp;
fread(&tmp, sizeof(tmp), 1, stdin);
return 0;
}