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
/
dwarf2-3.h
blob
26ad0bace2234dd861dc0f4b2c86601dd039ba25
1
/* Test -feliminate-dwarf2-dups */
2
/* Contributed by Devang Patel <dpatel@apple.com> */
3
4
struct
point
5
{
6
int
x
;
7
int
y
;
8
};
9