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
The type va_list is defined as a reference type on windows. This wasn't handled
by 3C since references are typically only allowed in C++. By skipping past the
reference type we are able to generate correct constraints for variable
argument functions on windows.
0 commit comments