repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
set big endian as default for armeb aros target. (mschulz)
[AROS.git]
/
compiler
/
purify
/
test5.c
blob
2fc2b77beb5f03965079c3cc4fb26a3f3d9510ec
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <stdio.h>
7
8
int
c
;
9
10
int
main
(
int
argc
,
char
**
argv
)
11
{
12
int
a
;
13
14
a
=
c
;
15
c
=
a
;
16
}