Sign in
dawn
/
dawn
/
9cad74f4170393ee91dead059cd57b86bce70cb4
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
struct.wgsl.expected.fxc.hlsl
blob: a3565e6ce72c0045abf4539f2a66fbda4c5e2a2a [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
struct
S
{
int
m
;
uint
n
;
};
uint
f
()
{
const
S a
=
(
S
)
0
;
return
a
.
n
;
}