Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
d356bf2ccae98a8a53cbfba6e15e09ff70e281c6
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WGSL
/
shaders
/
array-alias-constructor.wgsl
blob: 766930ffbfd8c8b86297c1b4cc75ff3822d40b42 [
file
] [
log
] [
blame
]
alias
A
=
array
<
i32
,
4
>;
@compute
@workgroup_size
(
1
)
fn main
()
{
let
a
:
A
=
A
();
}