C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-01-10 11:55:53 +00:00
parent 0c3ea6c5df
commit 7a0cbb4e5a
3 changed files with 1 additions and 4 deletions

View File

@@ -933,7 +933,7 @@ namespace global_variable_conflation_test {
}
void use() {
sink(global_pointer); // $ SPURIOUS: ir
sink(global_pointer); // clean
sink(*global_pointer); // $ ir MISSING: ast
}
}