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
2013-05-29 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
pr39188-1b.C
blob
71c99263787639c219e64d32a84fbc2f70b5c060
1
#include "pr39188-1.h"
2
3
extern "C" void abort ();
4
5
extern int x (int);
6
7
int
8
main (void)
9
{
10
if (x (1) != 0)
11
abort ();
12
if (f (1) != 1)
13
abort ();
14
return 0;
15
}