blob: 570c982cc8700a5eba9d977ed1740d289396f155 [file] [log] [blame]
// run-pass
// pretty-expanded FIXME #23616
struct S<T>(T);
pub fn main() {
let _s = S(2);
}