Sign in
dawn
/
dawn
/
bf8ee3549875457ee5019b83923bf0205763cfab
/
.
/
test
/
tint
/
bug
/
chromium
/
1273451.wgsl.expected.msl
blob: 55104598684b146eedd63901426e906ec2e588eb [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
A
{
int
a
;
};
struct
B
{
int
b
;
};
B f
(
A a
)
{
B
const
tint_symbol
=
{};
return
tint_symbol
;
}