@0⦊
fn unused_template_func<T>(x: T) {
let mut i = 0
⦉@0
;
while
@1,2⦊
i < 10
⦉@1,2
{
@3,5⦊
i != 0
⦉@3,5
||
@8⦊
i != 0
⦉@8
;
@9,10⦊
i += 1
⦉@9,10
;
}
}
@4,11⦊
‸
⦉@4,11