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