Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_IMul_MixedSignedness_SpvBinaryArithGeneralTest_EmitExpression_2.spvasm.expected.msl
blob: 7bb6fb50d12c0a0d310e00f3b8131c6ad98933da [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint
const
x_1
=
(
10u
*
as_type
<uint>
(
30
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}