1; RUN: not llvm-as < %s 2>&1 | FileCheck %s 2 3define void @f () { 41: 5; CHECK: error: label expected to be numbered '0' 6 ret void 7} 8