Sign in
dawn
/
dawn
/
b789a43f5ad6f2b5fe5363b51f443529e3412ead
/
.
/
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
();
}