C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-02-16 13:10:41 +01:00
parent 499ab0892f
commit 9b2019db6b
13 changed files with 110 additions and 52 deletions

View File

@@ -12,7 +12,7 @@ typedef struct
char isTrue;
} MyBool;
void myTest_with_local_flow(MyBool *b, int pos) // $ ast-def=b
void myTest_with_local_flow(MyBool *b, int pos) // $ ast-def=b ir-def=*b
{
MyCoords coords = {0};