cpython/Modules/_xxtestfuzz/fuzz_pycompile_corpus/input1.py

from __future__ import annotations

def test() -> None:
    x: list[int] = []
    x: dict[int, str] = {}
    x: set[bytes] = {}
    print(5 + 42 * 3, x)