repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
debug
/
20041023-1.c
blob
12b7cb9a0e334b622d2ea42fbf21d455392686aa
1
/* { dg-do compile } */
2
3
static void
4
foo
(
unsigned char
x
)
5
{
6
unsigned char
a
[
5
+
x
];
7
}
8
9
void
10
bar
(
void
)
11
{
12
foo
(
80
);
13
}