Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000314-2.c
blob: 3fdb3c3a857f8ef76bbfedcbda247f6fe9246803 [
file
] [
log
] [
blame
]
extern
void
malloc
(
__SIZE_TYPE__ size
);
toto
()
{
malloc
(
100
);
}