Sh-Zh-7 / CMinus

💻 A naïve compilation principal course design.
Do What The F*ck You Want To Public License
2 stars 0 forks source link

[test] CMinus code example1. #18

Open Sh-Zh-7 opened 3 years ago

Sh-Zh-7 commented 3 years ago
int main()
{
    int i = 1;
    int j = ~i;
}
github-actions[bot] commented 3 years ago

Compile failed. The error(s) is(are):

Error type A at Line 4: token recognition error at: '~'