VirtualBox

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

Last change on this file since 4837 was 1, checked in by vboxsync, 54 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.

© 2023 Oracle
ContactPrivacy policyTerms of Use