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