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-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
only_clause_main.c
blob
2cc6c8dd317ee62afebfef768b19060fda4a5934
1
/* this is an f90 function */
2
void
testOnly
(
int
*
cIntPtr
);
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
int
myCInt
;
7
8
myCInt
= -
11
;
9
testOnly
(&
myCInt
);
10
11
return
0
;
12
}
/* end main() */