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