Sign in
dawn
/
dawn
/
a91ae6bb7e1567e4ee5adb9ef90c343efd86bf93
/
.
/
test
/
tint
/
expressions
/
binary
/
bit-or
/
scalar-scalar
/
i32.wgsl.expected.ir.fxc.hlsl
blob: b77363460996e7bdf38c5f347081df795295b01c [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
a
=
1
;
int
b
=
2
;
int
r
=
(
a
|
b
);
}