Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitFunctionVariables_ScalarInitializers.spvasm.expected.hlsl
blob: 79b82752e8285e55782070fcfc7752826aa7e5ad [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
bool
a
=
true
;
bool
b
=
false
;
int
c
=
-
1
;
uint
d
=
1u
;
float
e
=
1.5f
;
return
;
}
void
main
()
{
main_1
();
return
;
}