blob: ddc1dda7c70f095bc35800958fda0a1f986fb660 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f() {
uint const b = 2147483648u;
return;
}