Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
[oota-llvm.git] / test / Feature / embeddedmetadata.ll
1 ; RUN: llvm-as < %s | llvm-dis | not grep undef
2
3 declare i8 @llvm.something({ } %a)
4
5 @llvm.foo = internal constant { } !{i17 123, null, { } !"foobar"}
6
7 define void @foo() {
8   %x = call i8 @llvm.something({ } !{{ } !"f\00oa", i42 123})
9   ret void
10 }
11