On 6/2/24 08:30, Walter Bright wrote: > > Hacking away listening to Brain Pain metal, the first function compiles: > > ``` > void foo() { } > ``` > > dmd -c test.d -vasm > > producing: > > ``` > _D4test3fooFZv: > 0000: D6 5F 03 C0 ret > ``` Nice!