c-preprocessor/_test/inputs/test31.in

6 lines
56 B
Plaintext

int main()
{
printf("%d\n", VAR0 + VAR1);
return 0;
}