rust/tests/ui/meta/no_std-extern-libc.rs

8 lines
179 B
Rust

// Test that `download-rustc` doesn't put duplicate copies of libc in the sysroot.
//@ check-pass
#![crate_type = "lib"]
#![no_std]
#![feature(rustc_private)]
extern crate libc;