You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
This module definition:
generates the following error for any integer type:
in nesc 1.3.5
I believe this kind of module definition should be perfectly safe and sound and should not generate a compile error.
Sample code to reproduce the error:
Custom interface:
Custom module that uses the interface:
Test application configuration:
Test application itself: