1 # RUN: llvm-mc -triple i386-linux-gnu %s| FileCheck %s
4 # single-character string escape
5 # To include any single character literally in a string
6 # (even if the character would otherwise have some special meaning),
7 # you can prefix the character with `!'.
8 # For example, you can write `<4.3 !> 5.4!!>' to get the literal text `4.3 > 5.4!'.