Sign in
dawn
/
dawn
/
b6fc95f119163bbd87ce9b7e39e9166866520ac4
/
.
/
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
;
}