Sign in
dawn
/
tint
/
refs/heads/chromium/4611
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitStatement_ScalarCallNoParams.spvasm.expected.msl
blob: 06d7dfc00a2c279b27cd4236fc88e2150e1e8075 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
uint
x_50
()
{
return
42u
;
}
void
x_100_1
()
{
uint
const
x_1
=
x_50
();
return
;
}
fragment
void
x_100
()
{
x_100_1
();
return
;
}