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