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