mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4856f37f0
commit
26f51d6087
5
test/Assembler/2003-11-05-ConstantExprShift.llx
Normal file
5
test/Assembler/2003-11-05-ConstantExprShift.llx
Normal file
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | llvm-dis
|
||||
|
||||
int %test() {
|
||||
ret int shr (int cast (int()* %test to int), ubyte 2)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user