blob: 21c67f01d6cd7095d40a68c62be14ad90a8455d8 [file] [log] [blame]
#[derive()]
struct UnderivedStruct;
fn main() {
let _ = UnderivedStruct;
}