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