2 ; Force the size to be small to check assertion message.
3 ; RUN: not --crash opt -S %s -O2 -o - -non-global-value-max-name-size=0 2>&1 | FileCheck %s
4 ; CHECK: Can't generate unique name: MaxNameSize is too small.
6 define i32 @f(i32 %a, i32 %b) {