Both native/wasm kernel end up infinitely processing
I guess we are not recovering the error well somehow. Shown some examples where stuff works, then the main example where the kernel runs infinitely
We should just probably see something like this instead of the kernel running infinitely
: error: expected ';' before '}' token
4 | using type = int
| ^
| ;
5 | };