Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitStatement_CallWithParams.spvasm.expected.msl
blob: 8f4f1c377a0749862af564c1fc3b639800d09185 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
uint
x_50
(
uint
x_51
,
uint
x_52
)
{
return
(
x_51
+
x_52
);
}
void
x_100_1
()
{
uint
const
x_1
=
x_50
(
42u
,
84u
);
return
;
}
fragment
void
x_100
()
{
x_100_1
();
return
;
}