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