๐Test your language implementation on hashing algorithm
When writing a compiler for your language, test in on a non-trivial hashing algorithm (like SHA-3). Feed random inputs to the program and verify outputs match a known-good implementation. Any difference will likely mean a compiler bug.