2 // GROUPS passed constructors
14 gotPtrs(GC_PTR<test1> r1)
22 GC_PTR<test1> foo = here; // This works fine.
24 gotPtrs(here); // Compile error from this
25 // No constructor named `GC_PTR` in visible scope
26 // conversion between incompatible aggregate types requested