예:
const User* get_User(int64_t company_id, int64_t user_id) {
return new User{company_id, user_id, "foo"};
}
void call_User(int64_t company_id, int64_t user_id) {
const User* user = get_User(user_id, company_id); // 여기에 문제가 있습니다
//...
}
세 개의 심볼보다 짧은 이름의 인수를 검사하려면 아래의 체크박스를 사용하세요.