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-19 17:33:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f0e3a08ea2
llvm-6502
/
test
/
ExecutionEngine
/
simplesttest.ll
8 lines
52 B
LLVM
Raw
Normal View
History
Unescape
Escape
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4912 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-04 17:00:25 +00:00
i
m
p
l
e
m
e
n
t
a
t
i
o
n
Return 0 to make it into a fully-functioning "Hello, World!" test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4931 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-04 23:58:41 +00:00
i
n
t
%main
(
)
{
ret
i
n
t
0
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4912 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-04 17:00:25 +00:00
}
Reference in New Issue
Copy Permalink