2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2018-09-25 16:51:35 -05:00
|
|
|
#![allow(dead_code)]
|
|
|
|
#![allow(unused_imports)]
|
2018-08-31 08:02:01 -05:00
|
|
|
#![allow(non_snake_case)]
|
|
|
|
|
2016-10-12 12:54:41 -05:00
|
|
|
// ignore-pretty issue #37195
|
2015-12-15 20:35:11 -06:00
|
|
|
|
2019-03-11 19:49:17 -05:00
|
|
|
#[path = "issue-26873-multifile/mod.rs"]
|
|
|
|
mod multifile;
|
2015-12-15 20:35:11 -06:00
|
|
|
|
|
|
|
fn main() {}
|