Sign in
dawn
/
tint
/
9c7b39f365dc3eed60bd1e18d9bda176f73203c1
/
.
/
test
/
identifiers
/
underscore
/
double
/
struct.wgsl.expected.msl
blob: 2389d0e1116e4c5aeef441216bb32a4b8049e93e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
a
{
int
b
;
};
struct
a__
{
int
b__
;
};
void
f
()
{
a__
const
c
=
{};
int
const
d
=
c
.
b__
;
}