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