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