• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t
2// RUN: FileCheck < %t %s
3
4.endr
5
6// CHECK: unexpected '.endr' directive, no current .rept
7