2015-12-30 11:46:15 +00:00
|
|
|
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
|
2014-11-24 09:08:18 +00:00
|
|
|
|
2015-12-30 11:46:15 +00:00
|
|
|
# CHECK: storage class specified outside of symbol definition
|
|
|
|
# CHECK: storage class specified outside of symbol definition
|
|
|
|
.scl 1337
|
2014-11-24 09:08:18 +00:00
|
|
|
.scl 1337
|
|
|
|
|