blob: bc284cdcb47080934880c273b1c1953cad2982ec [file] [log] [blame] [edit]
struct ListNode { //~ ERROR has infinite size
head: u8,
tail: Option<ListNode>,
}
fn main() {
}