From cf2dff2b1e3fa55fa5415d524200070d0d7aacfe Mon Sep 17 00:00:00 2001 From: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:13:28 +0100 Subject: Move /src/test to /tests --- tests/codegen/gdb_debug_script_load.rs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/codegen/gdb_debug_script_load.rs (limited to 'tests/codegen/gdb_debug_script_load.rs') diff --git a/tests/codegen/gdb_debug_script_load.rs b/tests/codegen/gdb_debug_script_load.rs new file mode 100644 index 00000000000..002be8d1b41 --- /dev/null +++ b/tests/codegen/gdb_debug_script_load.rs @@ -0,0 +1,17 @@ +// +// ignore-windows +// ignore-macos +// ignore-wasm +// ignore-emscripten + +// compile-flags: -g -C no-prepopulate-passes + +#![feature(start)] + +// CHECK-LABEL: @main +// CHECK: load volatile i8, {{.+}} @__rustc_debug_gdb_scripts_section__ + +#[start] +fn start(_: isize, _: *const *const u8) -> isize { + return 0; +} -- cgit 1.4.1-3-g733a5