Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
global-path-array.rs
blob: c3aa0249563a62faf22afc0ea74440c77e100104 [
file
] [
log
] [
blame
]
const
X
:
i32
=
1
;
pub
fn
foo
()
->
[
i32
;
1
]
{
[::
X
]
}