mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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;
|
||
|
}
|
||
|
|