Sign in
dawn
/
dawn
/
b6fc95f119163bbd87ce9b7e39e9166866520ac4
/
.
/
test
/
tint
/
bug
/
chromium
/
1372963.wgsl.expected.ir.msl
blob: 96df42760a33d7b9ec2eff0a40bd670ebd762116 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
int4 g
()
{
return
int4
(
0
);
}
fragment
void
tint_symbol
()
{
g
();
}