blob: da2acf6c9f70432ef032c4ea947e5ed705471e1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// run-pass
#![allow(dead_code)]
#![allow(unused_imports)]
#![allow(non_snake_case)]
// ignore-pretty issue #37195
#[path = "issue-26873-multifile/mod.rs"]
mod multifile;
fn main() {}
|