1 ; The assembler should catch an undefined argument type .
2 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
4 ; CHECK: use of undefined type named 'typedef.bc_struct'
6 ; %typedef.bc_struct = type opaque
9 define i1 @someFunc(i32* %tmp.71.reload, %typedef.bc_struct* %n1) {