TestLib.c 58 B

123456
  1. int myTestVar = 42;
  2. int TestSymbol(void)
  3. {
  4. return 0;
  5. }