aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/COFF/feat00.s
blob: f671ebe7d9212839e4cad35768fb1ce7317687bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s -o - | llvm-readobj -t | FileCheck %s

"@feat.00" = 123
.globl @feat.00

// CHECK: Symbol {
// CHECK:   Name: @feat.00
// CHECK:   Value: 123
// CHECK:   Section: IMAGE_SYM_ABSOLUTE (-1)
// CHECK:   BaseType: Null (0x0)
// CHECK:   ComplexType: Null (0x0)
// CHECK:   StorageClass: External (0x2)
// CHECK:   AuxSymbolCount: 0
// CHECK: }