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