mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00:00
6f45c666bc
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D14595 --HG-- extra : moz-landing-system : lando
10 lines
166 B
C++
10 lines
166 B
C++
#include <stdio.h>
|
|
|
|
#include "nsISupportsUtils.h"
|
|
#include "nsTraceRefcnt.h"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
nsTraceRefcnt::WalkTheStack(stdout);
|
|
return 0;
|
|
}
|