Description
Only if the cgen properties are all present (name, c_type):
- Ensure name is a valid variable name in gcc
- Ensure c_type is a valid C type in gcc.
Acceptance Criteria
Do it. Test it works.
Proposed Solution
Edit validate.rs to add a batch of rules