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