Bug 1883861 - Part 1: Move visitMemoryBarrier into the common CodeGenerator file...
[gecko.git] / xpcom / tests / TestQuickReturn.cpp
blob07500bde9c843952f3ef4a91ff01c190ce52dd81
1 int main(int argc, char* argv[]) {
2 if (argc != 1) return -1;
4 return 42;