Sign in
dawn
/
dawn
/
762e826397ab42b8379d9bf3063117b6530be6a3
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
alias.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
;
}