Index: src/examples/gc_no_raii/test/badlll.c
===================================================================
--- src/examples/gc_no_raii/test/badlll.c	(revision bf5a70dafdfd1f8c0ca2d0ef31eefff8b14b309b)
+++ src/examples/gc_no_raii/test/badlll.c	(revision 85951a6d403598e60e700209679b214d3b87af82)
@@ -22,5 +22,5 @@
 	for (i = 1; i < sz; i++)
 	{
-		llc = gcnew<List_t>();
+		llc = gcmalloc();
 		llc->val = i;
 		lll->next = llc;
