xref: /aosp_15_r20/external/llvm/test/Bitcode/metadata.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as < %s | llvm-dis -disable-output
2*9880d681SAndroid Build Coastguard Worker; RUN: verify-uselistorder < %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker!llvm.foo = !{!0}
5*9880d681SAndroid Build Coastguard Worker!0 = !{i32 42}
6*9880d681SAndroid Build Coastguard Worker@my.str = internal constant [4 x i8] c"foo\00"
7