gecko-dev/xpcom/tests/TestStackCrawl.cpp
1999-10-21 03:45:38 +00:00

12 lines
171 B
C++

#include <stdio.h>
#include "nsISupportsUtils.h"
#include "nsTraceRefCnt.h"
int main(int argc, char* argv[])
{
nsTraceRefcnt::WalkTheStack(stdout);
return 0;
}