Closed jleben closed 5 years ago
The following example produces C++ which calls the standard max function with incompatible arguments:
input x : [~]int; output y = max(1.0, x);
Fixed in b6df7734ccc98f7cf57ad33dfb73d334dca5d132
The following example produces C++ which calls the standard max function with incompatible arguments: