rule a:
    output:
        "test.txt"
    shell:
        "echo test_a > {output}"
