2018-01-28 07:31:09 +08:00
|
|
|
RUN: llvm-mc -triple x86_64-unknown-unknown %S/Inputs/crlf.s -as-lex | FileCheck %s
|
2017-10-17 06:20:03 +08:00
|
|
|
There should only be two end of statements.
|
|
|
|
CHECK: EndOfStatement
|
|
|
|
CHECK: EndOfStatement
|
|
|
|
CHECK-NOT: EndOfStatement
|