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