[Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and
[oota-llvm.git] / test / MC / COFF / invalid-scl.s
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