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 following fails with error "can't assign struct coordinates from array initializer"
struct coordinates {
int x;
int y;
};
struct coordinates location = {12, 17};
The following fails with error "can't assign struct coordinates from array initializer"
struct coordinates {
int x;
int y;
};
struct coordinates location = {12, 17};
Issue copied from: https://code.google.com/p/picoc/issues/detail?id=188
The text was updated successfully, but these errors were encountered: