]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_gcc/tests/lang_tests_debug.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / compiler / rustc_codegen_gcc / tests / lang_tests_debug.rs
1 mod lang_tests_common;
2
3 fn main() {
4     lang_tests_common::main_inner(lang_tests_common::Profile::Debug);
5 }