Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTestMiscInstruction_OpUndef_InFunction_Scalar.spvasm.expected.msl
blob: b8ebf260744c0f7d7c2f2308c1299f544117bdf8 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool
const
x_11
=
false
;
uint
const
x_12
=
0u
;
int
const
x_13
=
0
;
float
const
x_14
=
0.0f
;
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}