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