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