blob: a70262c802c1689a432a387d5a19b1e9069b46bb [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as < %s | llvm-dis | grep bitcast
2
3define i1 @main(i32 %X) {
4 %res = bitcast i1 true to i1
5 ret i1 %res
6}