// TODO: this file should be ignored
function subtract(a: number, b: number): number {
  return a - b;
}