Skip to content

Commit

Permalink
Merge pull request #298 from FStarLang/gebner_fix_krml
Browse files Browse the repository at this point in the history
Update karamel output.
  • Loading branch information
gebner authored Jan 7, 2025
2 parents ccdb0aa + 24e27cf commit a6b3a55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/Example_Hashtable.c.expected
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ static cell__size_t_Example_Hashtable_data
KRML_CHECK_SIZE(sizeof (cell__size_t_Example_Hashtable_data), n);
cell__size_t_Example_Hashtable_data
*buf = KRML_HOST_MALLOC(sizeof (cell__size_t_Example_Hashtable_data) * n);
for (uint32_t _i = 0U; _i < n; ++_i)
buf[_i] = x;
if (buf != NULL)
for (uint32_t _i = 0U; _i < n; ++_i)
buf[_i] = x;
return buf;
}

Expand Down

0 comments on commit a6b3a55

Please sign in to comment.