Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_IMul_SpvBinaryArithTest_EmitExpression_3.spvasm.expected.msl
blob: c0ed5fa90f0b44058d3e4c78b8101890dfdf2529 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int2
const
x_1
=
(
int2
(
30
,
40
)
*
int2
(
40
,
30
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}