#!/bin/sh
. Common

asm_fail "Reusable global label" <<EOF
.label::
	nop
EOF
expect <<EOF
<stdin>:1: a reusable label cannot be global
EOF
