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