diff options
Diffstat (limited to 'test/Assembler/2002-08-15-CastAmbiguity.ll')
-rw-r--r-- | test/Assembler/2002-08-15-CastAmbiguity.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Assembler/2002-08-15-CastAmbiguity.ll b/test/Assembler/2002-08-15-CastAmbiguity.ll new file mode 100644 index 0000000..c716524 --- /dev/null +++ b/test/Assembler/2002-08-15-CastAmbiguity.ll @@ -0,0 +1,6 @@ +; RUN: llvm-as %s -o /dev/null + +define void @test(i32 %X) { + call void @test( i32 6 ) + ret void +} |