#include <metal_stdlib>
using namespace metal;
kernel void f() {
uint const b = 2147483648u;
return;
}