Sign in
dawn
/
dawn
/
575bb297b80052f642dd1f3f54624fd56229c5c3
/
.
/
test
/
tint
/
bug
/
tint
/
1664.wgsl.expected.ir.msl
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
);
}