rust/compiler/rustc_codegen_gcc/tests/lang_tests_debug.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
108 B
Rust
Raw Normal View History

mod lang_tests_common;
fn main() {
lang_tests_common::main_inner(lang_tests_common::Profile::Debug);
}