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