Sign in
dawn
/
dawn
/
0305880dee5be646191cad71b0c1daca2cb6ad60
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
struct.wgsl.expected.ir.msl
blob: 30fd01946c0ad8ff464a6f7ed8aa8f5578e006ba [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
a__
{
int
b__
;
};
void
f
()
{
a__
const
c
=
a__
{};
int
const
d
=
c
.
b__
;
}