]> git.proxmox.com Git - rustc.git/blame - src/libcompiler_builtins/tests/ashldi3.rs
New upstream version 1.25.0+dfsg1
[rustc.git] / src / libcompiler_builtins / tests / ashldi3.rs
CommitLineData
041b39d2
XL
1#![feature(compiler_builtins_lib)]
2#![feature(i128_type)]
3#![cfg_attr(all(target_arch = "arm",
4 not(any(target_env = "gnu", target_env = "musl")),
5 target_os = "linux",
6 test), no_std)]
7
8include!(concat!(env!("OUT_DIR"), "/ashldi3.rs"));