]> git.draconx.ca Git - dxcommon.git/commit
tests: Add missing returns test programs.
authorNick Bowler <nbowler@draconx.ca>
Mon, 23 Jan 2023 04:14:16 +0000 (23:14 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 23 Jan 2023 04:14:16 +0000 (23:14 -0500)
commitbb43879990642c8b745a64597186207ab85ad05f
tree7ffdecdc21852cb7ae5c199a6f1be0d2c534a3f9
parente599119f0492b01f1f21a8cce8d695c314dab3b1
tests: Add missing returns test programs.

Failing to "return" from main is well-defined in C99, but older
implementations will have undefined results.  Easily solved.
tests/scripts.at