test.inc 105 B

12345
  1. // this is a test file to be included in include_test.gravity
  2. func sum3 (a, b, c) {
  3. return a + b + c;
  4. }