about summary refs log tree commit diff
path: root/tests/ui/cfg/cfg-attr-crate.rs
blob: 44242a6a57d2a76d287c5b8b307da2368a9cc07d (plain)
1
2
3
4
5
6
7
//@ run-pass
// https://github.com/rust-lang/rust/issues/21833#issuecomment-72353044


#![cfg_attr(FALSE, no_core)]

fn main() { }