Skip to content

Commit

Permalink
C++: Accept test changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasVP committed Apr 17, 2024
1 parent 32c8ceb commit b6a9e7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
void sink(int); // $ MISSING: ir
void indirect_sink(int*); // $ MISSING: ir
void sink(int); // $ ir
void indirect_sink(int*); // $ ir
int source();

void test() {
Expand Down

0 comments on commit b6a9e7d

Please sign in to comment.