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
layers.library: Compiler delint
[AROS.git]
/
compiler
/
purify
/
test5.c
blob
1b20dec98f8123d9ec63c1fa6396703da7b59c7a
1
#include <stdio.h>
2
3
int
c
;
4
5
int
main
(
int
argc
,
char
**
argv
)
6
{
7
int
a
;
8
9
a
=
c
;
10
c
=
a
;
11
}