blob: a8e5df9e031825b9893de0d39fca2bd69509f78e [file]
#include <metal_stdlib>
using namespace metal;
volatile constexpr constant uint tint_volatile_zero = 0u;
[[max_total_threads_per_threadgroup(1)]]
kernel void a() {
int a_1 = 0;
switch(a_1) {
case 0:
case 2:
case 4:
{
break;
}
case 1:
default:
{
if (( tint_volatile_zero == 0u)) {
return;
}
break;
}
}
}