Bug 1856942: part 5) Factor async loading of a sheet out of `Loader::LoadSheet`....
[gecko.git] / xpcom / tests / TestQuickReturn.cpp
blob07500bde9c843952f3ef4a91ff01c190ce52dd81
1 int main(int argc, char* argv[]) {
2 if (argc != 1) return -1;
4 return 42;