[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / test / MC / ELF / symbol-names.s
blobc6b26f36688d988dd855029fcbed4d685a97664a
1 // RUN: llvm-mc -triple i686-pc-linux -filetype=obj %s -o - | llvm-readobj --symbols | FileCheck %s
3 // MC allows ?'s in symbol names as an extension.
5 .text
6 .globl foo?bar
7 .type foo?bar, @function
8 foo?bar:
9 ret
11 // CHECK: Symbol
12 // CHECK: Name: foo?bar