Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / MC / ELF / invalid-symver.s
blob3c4f8c084b94b6da55ff1cc918fb0677ef353d49
1 // RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t 2> %t.out
2 // RUN: FileCheck --input-file=%t.out %s
4 // CHECK: A @@ version cannot be undefined
6 .symver undefined, foo@@bar
7 .long undefined