public class TestArithmWithChars { public int foo(int x) { return x - '0'; } }