2024-11-11 15:18:55 +01:00

7 lines
58 B
C

int myTestVar = 42;
int TestSymbol(void)
{
return 0;
}