Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
parse_generic_path_expr.rs
blob: a340067e9ea589241e94c5a5ac8c5f33dbfdf141 [
file
] [
log
] [
blame
]
// { dg-additional-options "-frust-compile-until=ast" }
fn
main
()
{
only_foo
::<<
i32
as
Bar
>::
Item
>();
}