| #include <metal_stdlib> | |
| using namespace metal; | |
| struct tint_module_vars_struct { | |
| device uint* i; | |
| }; | |
| void tint_symbol(tint_module_vars_struct tint_module_vars) { | |
| { | |
| (*tint_module_vars.i) = ((*tint_module_vars.i) + 1u); | |
| while(true) { | |
| if (((*tint_module_vars.i) < 10u)) { | |
| } else { | |
| break; | |
| } | |
| { | |
| } | |
| continue; | |
| } | |
| } | |
| } |