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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
pr48508-1_1.C
blob
5cda1925bf566ed30b2b74c20fdf4230fd92a3a5
1
static void
2
bar (void)
3
{
4
extern void foo (int);
5
foo (0);
6
}
7
int main()
8
{
9
bar ();
10
}