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
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
c_size_t_driver.c
blob
b2d49917142d59a56f071356a693ded818e61347
1
#include <stdlib.h>
2
void
sub0
(
int
my_c_size
);
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
int
my_c_size
;
7
8
my_c_size
= (
int
)
sizeof
(
size_t
);
9
sub0
(
my_c_size
);
10
11
return
0
;
12
}