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