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