Sign in
dawn
/
dawn
/
refs/heads/chromium/5562
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
array
/
inferred
/
abstract.wgsl.expected.fxc.hlsl
blob: b4f01b7c56828ee44c74ff0a37e9e46396158706 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
int
arr
[
2
]
=
{
1
,
2
};
void
f
()
{
int
v
[
2
]
=
arr
;
}