Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Bitcode / metadata.ll
1 ; RUN: llvm-as < %s | llvm-dis -disable-output
2
3 !llvm.foo = !{!0}
4 !0 = metadata !{i32 42}
5 @my.str = internal constant [4 x i8] c"foo\00"