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
3
4// CHECK: A @@ version cannot be undefined
5
6        .symver undefined, foo@@bar
7        .long undefined
8