Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
deferred_const_inference.rs
blob: 25a3b17096aa7497543598005e8f0d030a73abdf [
file
] [
log
] [
blame
]
// { dg-additional-options "-frust-compile-until=typecheck" }
// #![feature(generic_arg_infer)]
fn
main
()
{
let
a
:
[
u32
;
_
]
=
[
15u32
];
}