Générateur aléatoire de code source en C. [[https://embed.cs.utah.edu/csmith/|Site web]], {{ :prog:csmith:csmith-2.3.0.tar.gz |Archive 2.3.0}} [[https://github.com/csmith-project/csmith|Code source]] Exemple d'utilisation set -e while [ true ] do csmith-2.3.0/src/csmith > test.c clang-format -style=Google test.c # gcc -Icsmith-2.3.0/runtime -O -w test.c -o /dev/null; done