Sign in
dawn
/
dawn
/
62f99f03258f36b131721a5a45aeb49fbf0e23d2
/
.
/
test
/
tint
/
bug
/
chromium
/
1273451.wgsl.expected.ir.msl
blob: 502238c10e3a8f060718137d67e7a5a72717a895 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
struct
B
{
int
b
;
};
B f
()
{
return
B
{};
}