1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3; CHECK: 'vscale_range' minimum cannot be greater than maximum
4declare i8* @b(i32*) vscale_range(8, 1)
5