summary refs log tree commit diff
path: root/tests/ui/meta/no_std-extern-libc.rs
blob: 919caf9428f71fa96e7c8276eb920738d35bb744 (plain)
1
2
3
4
5
6
7
// 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;