C++: Test showing going from a forward class declaration to a class but not back

This commit is contained in:
Jeroen Ketema
2022-06-22 07:35:12 +02:00
parent 40e0356177
commit a8833a0c70
5 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class myClass;
myClass *myClassPtr;