blob: 7aee500744d8e74b81444776b9f7fc579b82d3bf [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
pub struct GstRc {
_obj: *const (),
_borrowed: bool,
}
const FOO: Option<GstRc> = None;
fn main() {
let _meh = FOO;
}