I'm afraid that #2428 broke AVR support. The following command worked before #2428, but doesn't work anymore after it: tinygo run -target=atmega1284p -scheduler=tasks -opt=1 ./testdata/alias.go I found it while investigating some AVR issues in #2365 and bisected it to 92150bd1c57aa78f21d41c55eaf75c04d5cbe18e. @zdima