(x)
| 348 | |
| 349 | @function.defun_with_attributes(attributes={'_noinline': True}) |
| 350 | def g(x): |
| 351 | w.assign(w.read_value() + x) |
| 352 | return v.read_value() + x * w.read_value() |
| 353 | |
| 354 | @function.defun_with_attributes(attributes={'_noinline': True}) |
| 355 | def f(): |
nothing calls this directly
no test coverage detected