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
LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr34003-1.c
blob
ff97fe6d23e6afdf69240bf2a6c5054d5caf3334
1
/* PR bootstrap/34003 */
2
/* { dg-do link } */
3
/* { dg-options "-O0" } */
4
/* { dg-additional-sources "pr34003-2.c" } */
5
6
extern
void
foo
(
void
);
7
int
bar
(
void
) {
foo
();
return
1
; }
8
extern
void
foo
(
void
);