Home | History | Annotate | Download | only in X86
      1 RUN: llvm-mc -triple x86_64-unknown-unknown %S/Inputs/crlf.s -as-lex | FileCheck %s
      2 There should only be two end of statements.
      3 CHECK: EndOfStatement
      4 CHECK: EndOfStatement
      5 CHECK-NOT: EndOfStatement
      6