[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Assembler / align-param-attr-error1.ll
blob465fb2bfc6290b014f6133cda4bfc8b584c2cebe
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2 ; Test parse errors when using form of align attribute with parentheses
4 ; CHECK:  <stdin>:[[@LINE+1]]:42: error: expected '{' in function body
5 define void @missing_Lparen(i8* align 4) %ptr) {
6   ret void