C++: Add missing model and accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-08-27 15:15:26 +02:00
parent 8c07a3e552
commit bebfe03166
3 changed files with 4 additions and 1 deletions

View File

@@ -1352,7 +1352,7 @@ void test_CopyTo()
int* raw2 = nullptr;
p3.CopyTo<int>(&raw2);
sink(*raw2); // $ MISSING: ast,ir
sink(*raw2); // $ ir MISSING: ast
}
void test_Swap()