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