blob: 60e3a02f4ce6cad64d1b08a825c17c968981cbb6 [file] [log] [blame]
// check-pass
pub struct GstRc {
_obj: *const (),
_borrowed: bool,
}
const FOO: Option<GstRc> = None;
fn main() {
let _meh = FOO;
}