xxxxxxxxxx
deprecated ("bla") void foo();
deprecated alias foo f; // 2x Deprecation: function `foo` is deprecated - bla
deprecated alias g = foo; // no deprecation msg
deprecated ("bla") alias foo h; // no deprecation msg either