Skip to content

Commit

Permalink
temp-queue1.broken.c was missing a definition of rev, so temporarily
Browse files Browse the repository at this point in the history
declaring it here to make the CI happy
  • Loading branch information
cp526 committed Jun 7, 2024
1 parent 4b2c176 commit 5583741
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/examples/temp-queue1.broken.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#include "list.h"


/*@ function (datatype seq) rev(datatype seq xs) @*/


// N.b.: This is wrong!
/*@
function [rec] (datatype seq) snoc(datatype seq xs, i32 y) {
Expand Down

1 comment on commit 5583741

@bcpierce00
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought the convention was that *.broken.c files didn't get checked during CI...?

Please sign in to comment.