This tests that we can step in an intuitive way in source-mapped wasm code that includes inlining.
dsquare
from the inlining.c
module and set a breakpoint on the __attribute__((noinline)) int dsquare(int x, int y) {
lineint dsq = square(x)
, enter the function square
, go through it, and return at the line int dsq = square(x);