[ARM] Add and adjust saturation tests for upcoming qadd changes. NFC
[llvm-core.git] / test / Verifier / token3.ll
blob2cce6b83e7fdd6d143c60b6038c3171653acb22d
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 define void @f(token %A, token %B) {
4 entry:
5   alloca token
6 ; CHECK: invalid type for alloca
7   ret void