1; RUN: opt < %s -S -non-global-value-max-name-size=4
2; Test that local value name lookup works if the name is capped
3
4define void @f() {
5bb0:
6  br label %testz
7
8testz:
9  br label %testz
10}
11