17 lines · plain
1; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:2 3.code4 5; CHECK: :[[# @LINE + 2]]:5: error: Expected @@ label before @B reference6; CHECK: :[[# @LINE + 1]]:7: error: Unexpected identifier!7jmp @B8 9@@:10 jmp @B11 jmp @F12@@:13 xor eax, eax14 15; NOTE: a trailing @F will not fail; fixing this seems to require two passes.16jmp @F17