summaryrefslogtreecommitdiffstats
path: root/src/libs/xpcom18a4/xpcom/tests/TestStackCrawl.cpp
blob: 76187edd4a05448e53fcd7964742cf43dda242c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>

#include "nsISupportsUtils.h"
#include "nsTraceRefCntImpl.h"

int main(int argc, char* argv[])
{
    nsTraceRefcntImpl::WalkTheStack(stdout);
    return 0;
}