1; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3define void @f () {
4  %"�" = sext i16 0 to i32
5; CHECK: expected instruction opcode
6  ret void
7}
8