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
typedef struct wdb___
{
int** stmt;
} wdb_t2;
int wdbi_checksum_range(wdb_t2 * wdb) {
int * stmt = wdb->stmt[0];
int x = stmt[0];
return 1;
}
the following code creates this error:
shifting RBRACK(])
reducing Subscript with 4 frames
TODO: typecheck Subscript
java.lang.IllegalStateException: trying to take cartesian product of empty multiverse
at superc.cdesugarer.Multiverse.product(Multiverse.java:322)
at superc.cdesugarer.CActions.action(CActions.java:5167)
at superc.core.ForkMergeParser.reduce(ForkMergeParser.java:2479)
at superc.core.ForkMergeParser.parse(ForkMergeParser.java:840)
at superc.SugarC.parse(SugarC.java:532)
at xtc.util.Tool.run(Tool.java:502)
at superc.SugarC.main(SugarC.java:606)
1 error
The text was updated successfully, but these errors were encountered:
the following code creates this error:
The text was updated successfully, but these errors were encountered: