Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
issue-1165.rs
struct Foo<T>(T); fn main() { &Foo(123); }