Sign in
dawn
/
dawn
/
c101627f1c648c2f189ae017e57082b43129504f
/
.
/
test
/
tint
/
out_of_order_decls
/
alias
/
struct.wgsl.expected.ir.glsl
blob: 66bd56dfd771adfe012fcf002fa11a2e0b5a9227 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
struct
S
{
int
m
;
};
void
main
()
{
S v
=
S
(
0
);
}