mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-10 02:38:50 +00:00
Add some more interesting cases to this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c61a8a0a26
commit
c6a8ca1556
@ -17,5 +17,7 @@ int %main(int %argc, ubyte** %argv) {
|
||||
%fptr = alloca void (%mystruct*, i32)*
|
||||
%f = load void (%mystruct*, i32)**%fptr
|
||||
call csretcc void %f(%mystruct* %astr, i32 7)
|
||||
store void (%mystruct* , i32)* %nada, void (%mystruct*, i32)** %fptr
|
||||
|
||||
ret int 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user