Bug 846687 - Set the transport as non-seekable if the server sends Accept-Ranges...
[gecko.git] / xpcom / tests / TestStackCrawl.cpp
blob76187edd4a05448e53fcd7964742cf43dda242c7
1 #include <stdio.h>
3 #include "nsISupportsUtils.h"
4 #include "nsTraceRefCntImpl.h"
6 int main(int argc, char* argv[])
8 nsTraceRefcntImpl::WalkTheStack(stdout);
9 return 0;