xref: /llvm-project/llvm/test/Assembler/2009-02-28-CastOpc.ll (revision 75a479221b72c8b4827470485949cebf67d1c967)
1; RUN: llvm-as < %s | llvm-dis
2; RUN: verify-uselistorder %s
3
4
5define void @foo() {
6  bitcast ptr null to ptr
7  ret void
8}
9