Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarNullInitializers.spvasm.expected.hlsl
blob: 1488be819abfe679f81f3a08dd12a09eace86229 [
file
] [
log
] [
blame
] [
edit
]
static
bool
x_1
=
false
;
static
int
x_2
=
0
;
static
uint
x_3
=
0u
;
static
float
x_4
=
0.0f
;
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}