Files

8 lines
98 B
Rust
Raw Permalink Normal View History

2025-07-27 01:37:03 +02:00
#![allow(internal_features)]
#![feature(lang_items, no_core)]
#![no_core]
fn f() {
d::f();
}