blob: 36d00b1e5d23c42c5386ce7eacaecebeee854b77 [file] [log] [blame] [edit]
//@ build-fail
//@ needs-asm-support
use std::arch::global_asm;
fn main() {}
global_asm!("/* {} */", const 1 << 500); //~ ERROR evaluation of constant value failed [E0080]
global_asm!("/* {} */", const 1 / 0); //~ ERROR evaluation of constant value failed [E0080]