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