xref: /llvm-project/llvm/test/MC/X86/crlf.test (revision 6e36f8250c1768016befb1ea81464b121290a254)
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