mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
13 lines
98 B
C
13 lines
98 B
C
#include <stdlib.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
int x;
|
|
|
|
if (x == 0)
|
|
return 0;
|
|
else
|
|
return 1;
|
|
}
|