github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/parse/asp/test_data/interpreter/mutable_arguments.build (about)

     1  def test(a, b=x):
     2      return a + b
     3  
     4  x = 5
     5  
     6  y = test(3)