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
2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
guality
/
pr56154-aux.c
blob
131173cb3f35fdd2660ccfdc9fb947965abdcfc5
1
/* PR debug/56154 */
2
/* { dg-do compile } */
3
4
extern
void
test_main
(
void
);
5
6
int
7
main
()
8
{
9
test_main
();
10
return
0
;
11
}