blob: d91edb8ae9ace4a5b05561f70da5b4994e2fc8a8 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
uint const a = 1073757184u;
int const b = as_type<int>(a);
return;
}