Sign in
gwj
/
at91sam9263
ยท
Files
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Blame view
tests/cris/check_hello.c
88 Bytes
Edit
Raw
Normal View
History
CRIS testsuite, based on the SIM...
dd43edf4
ths
authored
17 years ago
1 2 3 4 5 6 7
#
include
<
stdio
.
h
>
#
include
<
stdlib
.
h
>
int
main
()
{
printf
(
"pass
\n
"
);
exit
(
0
);
}