xpcom/tests/TestStackCrawl.cpp

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:1f0b9b939048
1 #include <stdio.h>
2
3 #include "nsISupportsUtils.h"
4 #include "nsTraceRefcnt.h"
5
6 int main(int argc, char* argv[])
7 {
8 nsTraceRefcnt::WalkTheStack(stdout);
9 return 0;
10 }
11

mercurial