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