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