Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_IAdd_MixedSignedness_SpvBinaryArithGeneralTest_EmitExpression_4.spvasm.expected.msl
blob: 057f3745908ccecd97926746760bf2ae2c416895 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint2
const
x_1
=
as_type
<uint2>
((
int2
(
30
,
40
)
+
as_type
<int2>
(
uint2
(
10u
,
20u
))));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}