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