diff options
-rw-r--r-- | llvm/test/Regression/Jello/test-cast.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/Regression/Jello/test-cast.ll b/llvm/test/Regression/Jello/test-cast.ll new file mode 100644 index 00000000000..4ae8a4df16d --- /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 +} |