expected primary-expression before ';' token
#define 전처리기에 세미콜론을 포함하여 발생
#define abc 5; // fail #define abc 5 // success
최근댓글