C++: Modify test to reveal a bug.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-01-15 10:15:01 +00:00
parent 44089d84a3
commit 27a437a514
4 changed files with 41 additions and 30 deletions

View File

@@ -78,7 +78,7 @@ module ModelGeneratorCommonInput implements ModelGeneratorCommonInputSig<Cpp::Lo
{
private module DataFlow = Df::DataFlow;
class Type = DataFlowPrivate::DataFlowType;
class Type = Cpp::Type;
// Note: This also includes `this`
class Parameter = DataFlow::ParameterNode;