```cpp class A; A* myfunc(); ``` I just want to use function ``myfunc``, but an error appeared when binding it. incomplete type of A.