Sign in
dawn
/
dawn
/
f148f0891bf5c36d9631ebe03020e83ed1c6070a
/
.
/
test
/
tint
/
bug
/
chromium
/
1273451.wgsl.expected.msl
blob: 4b803a96c7de063c4beb2e3a6ee4bfb5b6b6bb01 [
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
=
B
{};
return
tint_symbol
;
}