mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
482c5633dd
Make sure package initializers show up in backtraces, as they should. In practice, it doesn't actually break backtraces as these functions are usually inlined anyway, but it may help to debug an error in initialization code.