function str(uint32, uint) pure suffix returns (string memory) {} contract C { string s = 123.345_789 str; } // ----