Copilot-Language / copilot

A stream-based runtime-verification framework for generating hard real-time C code.
http://copilot-language.github.io
635 stars 50 forks source link

`copilot-c99`: Change return type of `main` generated for tests. Refs #468. #477

Closed ivanperez-keera closed 9 months ago

ivanperez-keera commented 9 months ago

Modify the tests for copilot-c99 so that the main has type int, making it implicitly also return 0, as prescribed in the solution proposed for #468.

ivanperez-keera commented 9 months ago

Change Manager: Verified that: