C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-06-22 17:38:28 +01:00
parent 0839c1aad1
commit 79fb6a6079
2 changed files with 12 additions and 1 deletions

View File

@@ -10,5 +10,5 @@ void callincr(unsigned char *s) // $ ast-def=s
void test(unsigned char *s) // $ ast-def=s
{
callincr(s); // $ MISSING: flow
callincr(s); // $ flow
}