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