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