repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
libmudflap
/
testsuite
/
libmudflap.c
/
pass3-frag.c
blob
4e950a2c5d833c5366dc5581faa56ed2f434ffa2
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include <string.h>
4
int
main
()
5
{
6
int
foo
[
10
][
10
][
10
];
7
foo
[
9
][
9
][
0
] =
0
;
8
return
0
;
9
}