source: src/examples/gc_no_raii/test/gctest.c@ 2f22cc4

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay 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 2f22cc4 was bee4283, checked in by Thierry Delisle <tdelisle@…>, 9 years ago

GC files now compile, still working on a compiling example

  • Property mode set to 100644
File size: 143 bytes
RevLine 
[c44e622]1#include <fstream>
[15db1ab]2
3#include "gc.h"
4
[9421588a]5#warning default test
6
[15db1ab]7int main() {
8 sout | "Bonjour au monde!\n";
[bee4283]9
10 gcpointer(int) anInt = gcmalloc();
[15db1ab]11}
Note: See TracBrowser for help on using the repository browser.