1 2 3 4 5 6
int* b; auto Func2(Model* model) -> Color * * const; auto Func2(Model* model) -> Color * * const { return nullptr; } int * Funcf(Model* model, int* *);