mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 20:29:15 +00:00
12 lines
171 B
C++
12 lines
171 B
C++
|
#include <stdio.h>
|
||
|
|
||
|
#include "nsISupportsUtils.h"
|
||
|
#include "nsTraceRefcnt.h"
|
||
|
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
nsTraceRefcnt::WalkTheStack(stdout);
|
||
|
return 0;
|
||
|
}
|
||
|
|