1; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3; CHECK-NOT: error:
4!0 = !DIExpression(18446744073709551615)
5
6; CHECK: <stdin>:[[@LINE+1]]:20: error: element too large, limit is 18446744073709551615
7!1 = !DIExpression(18446744073709551616)
8