about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-target-modifiers/c.rs
blob: 287d0bbd72527defbbcb7c16909bd1a215323bf9 (plain)
1
2
3
4
5
6
7
#![allow(internal_features)]
#![feature(lang_items, no_core)]
#![no_core]

fn f() {
    d::f();
}