1 # RUN: not llvm-mc -triple i386-linux-gnu %s 2> %t.err | FileCheck %s
2 # RUN: FileCheck < %t.err %s --check-prefix=CHECK-ERR
6 # CHECK: 2.718281828459045235
8 .print "2.718281828459045235"
11 # CHECK-ERR: expected double quoted string after .print
17 # CHECK-ERR: expected end of statement
18 .print "a" "misplaced-string"