rust/tests/run-make/mismatching-target-triples/bar.rs

4 lines
51 B
Rust

#![feature(no_core)]
#![no_core]
extern crate foo;