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