blob: c41b554df142ae16277172f99c7baf5d276adefb [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
#![allow(dead_code)]
#[derive(Debug)]
struct Row<T>([T]);
fn main() {}