Sign in
dawn
/
dawn
/
7f3cb94be0b3a948ea54338c54a0227fce6378ad
/
.
/
test
/
tint
/
bug
/
chromium
/
1273451.wgsl
blob: 494ae8f8d69f39dac8c48390160cdd03a58b7a94 [
file
] [
log
] [
blame
]
struct
A
{
a
:
i32
,
};
struct
B
{
b
:
i32
,
};
fn f
(
a
:
A
)
->
B
{
return
B
();
}