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
fortran/trans-openmp.cc: Use the correct member in gfc_omp_namelist [PR118745]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
compat
/
scalar-return-4_main.c
blob
866121e5dd33890e171a01caf230101a38fa32b2
1
/* Test function return values. This test includes _Complex types
2
whose real and imaginary parts can be used in variable-length
3
argument lists. */
4
5
extern
void
scalar_return_4_x
(
void
);
6
extern
void
exit
(
int
);
7
int
fails
;
8
9
int
10
main
()
11
{
12
scalar_return_4_x
();
13
exit
(
0
);
14
}