Select Git revision
loesung-2-2.c
Forked from
Peter Gerwinski / hp
Source project has a limited visibility.
side-effects-06.c 91 B
#include <stdio.h>
int main (void)
{
int a = 3;
printf ("%d\n", a = 7);
return 0;
}