Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000314-2.c
blob: 0ec8181e6df2d7cefece56fe5fbd23dd9e4bc9ef [
file
] [
log
] [
blame
]
extern
void
malloc
(
__SIZE_TYPE__ size
);
void
toto
(
void
)
{
malloc
(
100
);
}