C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-04-17 17:59:56 +01:00
parent 06f52c2854
commit b43aae18e0

View File

@@ -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() {