This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-18 10:31:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f7560ed6b1
llvm-6502
/
test
/
Verifier
/
2003-11-21-FunctionReturningStructure.ll
8 lines
79 B
LLVM
Raw
Normal View
History
Unescape
Escape
Adding RUN lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17533 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-06 23:08:26 +00:00
; RUN: not llvm-as -f %s -o /dev/null
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10144 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-21 22:28:49 +00:00
%T
=
type
{
i
n
t
}
declare
%T
%test
(
)
Reference in New Issue
Copy Permalink