source: src/examples/gc_no_raii/test/gctest.c @ bee4283

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since bee4283 was bee4283, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

GC files now compile, still working on a compiling example

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