Sign in
dawn
/
dawn
/
d547c115ac17b7586b7b215a482072c194ab2dbe
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.wgsl.expected.dxc.hlsl
blob: f40dad1e682c0514f715fd7f03aaaa4cafb058d4 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
static
S V
=
(
S
)
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
const
int
i
=
V
.
i
;
return
;
}