mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
# 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;
|
|
}
|