xref: /aosp_15_r20/external/llvm/test/MC/COFF/invalid-scl.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
2
3# CHECK: storage class specified outside of symbol definition
4# CHECK: storage class specified outside of symbol definition
5	.scl 1337
6	.scl 1337
7
8