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