Sign in
dawn
/
dawn
/
db27b9960804dc6eef83fb9128b4ebe3c413c1a8
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
alias.wgsl.expected.ir.glsl
blob: 26be2f6891f88501af52c4fde590d1e6c7628e0f [
file
] [
log
] [
blame
]
#version 310 es
struct
S
{
int
m
;
};
void
main
()
{
S v
=
S
(
0
);
}