diff --git a/llvm/test/Regression/Jello/test-cast.ll b/llvm/test/Regression/Jello/test-cast.ll new file mode 100644 index 000000000000..4ae8a4df16db --- /dev/null +++ b/llvm/test/Regression/Jello/test-cast.ll @@ -0,0 +1,7 @@ + +int %main() { + cast bool true to int + cast int 6 to bool + + ret int 0 +}