Updated test cases documentation

This commit is contained in:
Bartek Kryza
2021-08-03 23:48:37 +02:00
parent 55f1cc0298
commit beeb621140
13 changed files with 41 additions and 40 deletions

View File

@@ -48,7 +48,7 @@ class R;
struct D {
int d;
void print(R *r) {}
void print(R *r) { }
};
template <typename T> struct E {