Sign in
dawn
/
tint
/
refs/heads/chromium/4605
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ArrayInitializer.spvasm.expected.hlsl
blob: cb7c87e6441cc76c309c59089003de4795087e2d [
file
] [
log
] [
blame
] [
edit
]
static
uint
x_200
[
2
]
=
{
1u
,
2u
};
void
main_1
()
{
return
;
}
void
main
()
{
main_1
();
return
;
}