Bug 1856942: part 5) Factor async loading of a sheet out of `Loader::LoadSheet`....
[gecko.git] / xpcom / tests / TestBlockingProcess.cpp
bloba1996aefdbf7b7a860435bbf55130c208ccfb944
1 #include <stdio.h>
2 #include "mozilla/Unused.h"
4 int main() {
5 char tmp;
6 mozilla::Unused << fread(&tmp, sizeof(tmp), 1, stdin);
7 return 0;