CPP: Correct test.

This commit is contained in:
Geoffrey White
2019-06-18 15:41:17 +01:00
parent d98d80b07d
commit 2fa846d1a6

View File

@@ -48,7 +48,7 @@ MyValue g7(bool c)
if (c) return MyValue(7);
DONOTHING
DONOTHING
// GOOD
// BAD
}
typedef void MYVOID;