[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ELF / div-by-zero.s
blob8ab66dc228eb20b18c759028e26c253a9b839872
1 // Check that llvm-mc doesn't crash on division by zero.
2 // RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s 2> %t
3 // RUN: FileCheck -input-file %t %s
5 // CHECK: expected relocatable expression
6 .int 1/0
8 // CHECK: expected relocatable expression
9 .int 2%0