1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -O3 -emit-llvm -o - %s | grep "ret i32 2520"
3 static int foo(unsigned i
) {
4 void *addrs
[] = { &&L1
, &&L2
, &&L3
, &&L4
, &&L5
};
16 static int foo2(unsigned i
) {
17 static const void *addrs
[] = { &&L1
, &&L2
, &&L3
, &&L4
, &&L5
};
30 return foo(3)+foo2(4);