]> git.proxmox.com Git - rustc.git/blob - src/libcompiler_builtins/tests/divmoddi4.rs
New upstream version 1.20.0+dfsg1
[rustc.git] / src / libcompiler_builtins / tests / divmoddi4.rs
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
8 include!(concat!(env!("OUT_DIR"), "/divmoddi4.rs"));