Sign in
dawn
/
dawn
/
563fe25db020e87742d09b0a11db3ec423fa5285
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
struct.wgsl.expected.ir.msl
blob: aa981c1117cdb6c975799dc68830c84ffba10f92 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
m
;
uint
n
;
};
uint
f
()
{
S
const
a
=
S
{};
return
a
.
n
;
}