]> git.proxmox.com Git - rustc.git/blame - tests/run-make-fulldeps/extern-flag-disambiguates/a.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / run-make-fulldeps / extern-flag-disambiguates / a.rs
CommitLineData
1a4d82fc
JJ
1#![crate_name = "a"]
2#![crate_type = "rlib"]
223e47cc 3
85aaf69f 4static FOO: usize = 3;
223e47cc 5
85aaf69f 6pub fn token() -> &'static usize { &FOO }