Contributing.md: Code comment for do-while sample

This commit is contained in:
Stevoisiak
2021-01-14 13:58:55 -05:00
committed by GitHub
parent 7fdd4afd9c
commit c121dc3410

View File

@ -203,6 +203,7 @@ Summary:
```c++ ```c++
do do
{ {
// code
} while (false); } while (false);
``` ```