tenfourfox/xpcom/tests/TestStackCrawl.cpp

12 lines
171 B
C++
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
#include <stdio.h>
#include "nsISupportsUtils.h"
#include "nsTraceRefcnt.h"
int main(int argc, char* argv[])
{
nsTraceRefcnt::WalkTheStack(stdout);
return 0;
}