graph g {
  node source : Op {}
  transform summary {
    greeting: String = "hello"
    result: String = source.output.value
  }
}
