Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-38875
/
issue-38875.rs
blob: 86c1d10e903b2a0e7d05d08d63fd3838ec8d7f36 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:issue-38875-b.rs
//@ check-pass
extern
crate issue_38875_b
;
fn
main
()
{
let
test_x
=
[
0
;
issue_38875_b
::
FOO
];
}