Skip to content

Commit

Permalink
Fix tagged struct
Browse files Browse the repository at this point in the history
  • Loading branch information
sakehl committed Feb 28, 2025
1 parent a91ec7d commit 54f8116
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/concepts/c/tagged_struct.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ struct FElement { struct Element e; float *d; };

void print_int(int v);

//@ context_everywhere Perm(INT_TAG, read);
//@ context_everywhere Perm(FLOAT_TAG, read);
//@ context_everywhere INT_TAG != FLOAT_TAG;
void baz() {
int a = 1; // o6
float f; // o7
Expand Down

0 comments on commit 54f8116

Please sign in to comment.