DEBSOURCES
Skip Quicknav
sources / ocaml / 5.3.0-3 / testsuite / tests / backtrace / backtrace.run
12345678
#!/bin/sh # Run the backtrace test exec > "${output}" 2>&1 for arg in a b c d ''; do "${program}" ${arg} || true done