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