summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/COFF/invalid-type.s
blob: 69493092d6c17d64581c8b6ef3e57c50d835ed9b (plain)
1
2
3
4
5
6
7
# RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s

# CHECK: symbol type specified outside of a symbol definition
# CHECK: symbol type specified outside of a symbol definition
	.type 65536
	.type 65537

OpenPOWER on IntegriCloud