Csmith is a tool that can generate random C programs that statically and
dynamically conform to the C99 standard. Thus, it is useful for stress-testing
compilers, static analyzers, and other tools that process C code.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>