mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
12 lines
179 B
C++
12 lines
179 B
C++
#include <stdio.h>
|
|
|
|
#include "nsISupportsUtils.h"
|
|
#include "nsTraceRefCntImpl.h"
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
nsTraceRefcntImpl::WalkTheStack(stdout);
|
|
return 0;
|
|
}
|
|
|