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