8 lines
98 B
Rust
8 lines
98 B
Rust
|
|
#![allow(internal_features)]
|
||
|
|
#![feature(lang_items, no_core)]
|
||
|
|
#![no_core]
|
||
|
|
|
||
|
|
fn f() {
|
||
|
|
d::f();
|
||
|
|
}
|