proc thisIsInlined(): int = 42func willBeInlined(): float = 42.0{.push discardable, boundChecks: off, compileTime, noSideEffect, experimental.}{.push deprecated, hint[LineTooLong]: off, used, stackTrace: off.}