1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-22 08:10:30 +01:00

(f): Move it to ident.c so the optimizer can't get rid of it.

(Logical change 1.276)
This commit is contained in:
hp.com!davidm 2004-10-15 13:48:38 +00:00
parent b0048ee762
commit 9d47ce5331

View file

@ -240,9 +240,3 @@ main (int argc, char **argv)
printf ("SUCCESS.\n");
return 0;
}
long
f (long val)
{
return val;
}