blob: 6f16e6aeda083623b3cc64747b59a120d2db94a2 [file] [log] [blame]
Nick Lewycky4dcf8102009-04-04 07:22:01 +00001; RUN: llvm-as < %s | llvm-dis | not grep undef
2
3declare i8 @llvm.something({ } %a)
4
5@llvm.foo = internal constant { } !{i17 123, { } !"foobar"}
6
7define void @foo() {
8 %x = call i8 @llvm.something({ } !{{ } !"f\00oa", i42 123})
9 ret void
10}
11