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