1*9880d681SAndroid Build Coastguard Worker; RUN: not llvm-as < %s >/dev/null 2> %t 2*9880d681SAndroid Build Coastguard Worker; RUN: grep "struct initializer doesn't match struct element type" %t 3*9880d681SAndroid Build Coastguard Worker; Test the case of a misformed constant initializer 4*9880d681SAndroid Build Coastguard Worker; This should cause an assembler error, not an assertion failure! 5*9880d681SAndroid Build Coastguard Worker@0 = constant { i32 } { float 1.0 } 6