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