Sign in
dawn
/
dawn
/
ead8a043e377273b24e6c788007e6a7d15cf1093
/
.
/
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
;
}