Sign in
dawn
/
tint
/
d388bc9b368c75bcc2bf73c9ebfaeb3d97ff6cf7
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_IMul_SpvBinaryArithTest_EmitExpression_1.spvasm.expected.msl
blob: 8c5646e4fc1a79771baee306e9249f868df77e59 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
const
x_1
=
as_type
<int>
((
as_type
<uint>
(
30
)
*
as_type
<uint>
(
40
)));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}