mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01: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;
|
||
|
}
|
||
|
|