add new HasReturnvaluesIF features

This commit is contained in:
2022-07-26 10:21:16 +02:00
parent e48b6f1432
commit bdf71d4e66
9 changed files with 58 additions and 26 deletions

View File

@ -30,6 +30,4 @@ int customSetup() {
return 0;
}
int customTeardown() {
return 0;
}
int customTeardown() { return 0; }