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