1 2 3 4 5 6 7
#![allow(internal_features)] #![feature(lang_items, no_core)] #![no_core] fn f() { d::f(); }