C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-06-09 15:35:22 +01:00
parent 3b0a286d8e
commit 6543da9990

View File

@@ -718,5 +718,5 @@ void write_to_star_buf(unsigned char *buf) // $ ast-def=buf
void test(unsigned char *source) // $ ast-def=source
{
write_to_star_buf(source);
sink(*source); // $ SPURIOUS: ir
sink(*source); // clean
}