Skip to content

Instantly share code, notes, and snippets.

@nodakai
Created February 10, 2016 20:11
Show Gist options
  • Select an option

  • Save nodakai/5b8a210de243cc5130b4 to your computer and use it in GitHub Desktop.

Select an option

Save nodakai/5b8a210de243cc5130b4 to your computer and use it in GitHub Desktop.
fn main() {
mod x {
#[cfg(target_pointer_width = "64")]
const X: i32 = 0;
#[allow(dead_code)]
const Y: i32 = X+0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment