1 ; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:
5 ; CHECK: :[[# @LINE + 2]]:5: error: Expected @@ label before @B reference
6 ; CHECK: :[[# @LINE + 1]]:7: error: Unexpected identifier!
15 ; NOTE: a trailing @F will not fail; fixing this seems to require two passes.