blob: 8a9f3fe974d918c30abe1c7246e730b59abce426 [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
const PARSE_BOOL: Option<&'static str> = None;
static FOO: (Option<&str>, u32) = (PARSE_BOOL, 42);
fn main() {}