source: src/examples/gc_no_raii/src/gctest.c@ 29ad0ac

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 29ad0ac was 29ad0ac, checked in by Thierry Delisle <tdelisle@…>, 10 years ago

some regression testing

  • Property mode set to 100644
File size: 83 bytes
Line 
1#include <fstream>
2
3#include "gc.h"
4
5int main() {
6 sout | "Bonjour au monde!\n";
7}
Note: See TracBrowser for help on using the repository browser.