Sign in
dawn
/
dawn
/
420c94dea54a27d55c90ddc7907d871e070b0df3
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
alias.wgsl.expected.ir.msl
blob: d3ecf47ac4d91bd349db457ef6b972eeb0c684ce [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
m
;
};
fragment
void
f
()
{
S v
=
{};
}