Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
primitive-import.rs
blob: 37b36e1dcc076c1ce5e8ad5ca8d1606ecea6ca5d [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
mod
primitive
{
pub
use
i32
;
}
pub
fn
foo
()
->
primitive
::
i32
{
1
}