blob: d80cd46fd2eafe5213b4d19e5e4c117fd532c80c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f0() {
int const a = 2147483647;
int const b = 1;
int const c = (a + 1);
}
void f1() {
int const a = 1;
int const b = ((-2147483647 - 1) - a);
}