================================================
function calls
================================================

int main() {
  printf("hello %s", "world");
}

---

(translation_unit (function_definition
  (identifier)
  (function_declarator (identifier))
  (compound_statement
    (expression_statement (call_expression (identifier) (string_literal) (string_literal))))))
