SUCCESS
Program(
  api_version: 3.0
  version: <
    Version(
      items: 3
    )
  >
  qubit_variable_declaration: <
    Variable(
      name: q
      typ: <
        Qubit(
          size: 1
        )
      >
      annotations: []
    )
  >
  block: <
    Block(
      statements: [
        Instruction(
          instruction_ref: measure(qubit)
          name: measure
          operands: [
            VariableRef(
              variable --> <
                Variable(
                  name: q
                  typ: <
                    Qubit(
                      size: 1
                    )
                  >
                  annotations: []
                )
              >
            )
          ]
          annotations: []
        )
      ]
    )
  >
)

