C compiler with embedded metalanguage.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

5 rader
173 B

func (x, y) {
int x, y; // ‘x’ redeclared as different kind of symbol / ‘y’ redeclared as different kind of symbol
return x+y;
}