blob: 2532dac97729337c9c57aa35692502f032ccc45d [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
#![allow(dead_code)]
struct S([u8; { struct Z; 0 }]);
fn main() {}