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