VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/xpcom/tests/TestStackCrawl.cpp@ 6542

Last change on this file since 6542 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 179 bytes
Line 
1#include <stdio.h>
2
3#include "nsISupportsUtils.h"
4#include "nsTraceRefCntImpl.h"
5
6int main(int argc, char* argv[])
7{
8 nsTraceRefcntImpl::WalkTheStack(stdout);
9 return 0;
10}
11
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette