#include <metal_stdlib> | |
using namespace metal; | |
struct tint_module_vars_struct { | |
const constant int* x; | |
}; | |
kernel void tint_symbol(const constant int* x [[buffer(0)]]) { | |
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.x=x}; | |
switch((*tint_module_vars.x)) { | |
case 0: | |
{ | |
{ | |
while(true) { | |
return; | |
} | |
} | |
break; | |
} | |
default: | |
{ | |
break; | |
} | |
} | |
} |