Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// no-prefer-dynamic
// compile-flags: -Ccodegen-units=2 --crate-type=lib
extern crate cgu_test;
pub mod a {
pub fn a() {
::cgu_test::id(0);
}
pub mod b {