forked from mirrors/gecko-dev
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D14595 --HG-- extra : moz-landing-system : lando
9 lines
166 B
C++
9 lines
166 B
C++
#include <stdio.h>
|
|
|
|
#include "nsISupportsUtils.h"
|
|
#include "nsTraceRefcnt.h"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
nsTraceRefcnt::WalkTheStack(stdout);
|
|
return 0;
|
|
}
|