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