1# Test that llvm-mc doesn't crash when disassembling a line that ends with a 2# space. 3RUN: echo -n ' ' | llvm-mc -disassemble | count 0 4