1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/Regression/Jello/test-cast.ll
Chris Lattner e4c65213f5 New testcase for bool support
llvm-svn: 5031
2002-12-15 07:55:43 +00:00

8 lines
75 B
LLVM

int %main() {
cast bool true to int
cast int 6 to bool
ret int 0
}