Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
compiler
/
rustc_codegen_gcc
/
tests
/
run
/
empty_main.rs
blob: fe3df5a2389ca1832e5fc7c73bff4652e6c2f65e [
file
] [
log
] [
blame
]
// Compiler:
//
// Run-time:
// status: 0
#![
feature
(
no_core
)]
#![
no_std
]
#![
no_core
]
#![
no_main
]
extern
crate mini_core
;
use
mini_core
::*;
#[
no_mangle
]
extern
"C"
fn
main
(
argc
:
i32
,
_argv
:
*
const
*
const
u8
)
->
i32
{
0
}