source: src/examples/gc_no_raii/test/badlll.c @ 9421588a

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

updated test files

  • Property mode set to 100644
File size: 71 bytes
Line 
1#include "gc.h"
2
3struct List_t
4{
5        gcpointer(List_t) next;
6        int val;
7};
Note: See TracBrowser for help on using the repository browser.