2018-08-30 14:18:55 +02:00
|
|
|
//@ run-pass
|
2015-02-09 09:29:21 -08:00
|
|
|
// https://github.com/rust-lang/rust/issues/21833#issuecomment-72353044
|
|
|
|
|
|
2015-03-22 13:13:15 -07:00
|
|
|
|
2024-04-07 00:43:00 +02:00
|
|
|
#![cfg_attr(FALSE, no_core)]
|
2015-02-09 09:29:21 -08:00
|
|
|
|
|
|
|
|
fn main() { }
|