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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20090717_1.c
blob
bda8138214baaa47012bd16a443109b0e9db8dda
1
struct
variable
{
2
const char
*
string
;
3
};
4
extern
struct
variable table
[];
5
int
main
(
int
argc
,
char
*
argv
[])
6
{
7
struct
variable
*
p
;
8
for
(
p
=
table
;
p
->
string
;
p
++)
9
;
10
return
0
;
11
}