Originaler Abschnitt aus strange.c
strange.c
char* func(int arg) { if (arg = 0) { return "A"; } else { return "B"; } }