{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "foo"
        },
        "arguments": [
          {
            "type": "Literal",
            "raw": "'bla'",
            "value": "bla"
          },
          {
            "type": "Literal",
            "raw": "'blub'",
            "value": "blub"
          }
        ]
      }
    }
  ]
}