···32 $machine->succeed("${pkgs.paxtest}/lib/paxtest/mprotstack") =~ /Killed/ or die;
33 };
3435+ # tcc -run executes run-time generated code and so allows us to test whether
36+ # paxmark actually works (otherwise, the process should be terminated)
37 subtest "tcc", sub {
38 $machine->execute("echo -e '#include <stdio.h>\nint main(void) { puts(\"hello\"); return 0; }' >main.c");
39 $machine->succeed("${pkgs.tinycc.bin}/bin/tcc -run main.c");