// Two loops in the resulting graph. // One error for each loop. module 0x8675309::M { struct S { f: T } fun f() { f>() } fun g() { g>() } } // check: LOOP_IN_INSTANTIATION_GRAPH // check: LOOP_IN_INSTANTIATION_GRAPH