blob: da220290ca908e511f52b372a790739f723c18a5 [file] [log] [blame]
#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;
}
}
}