Update IR's helper functions

This commit is contained in:
Jeehoon Kang
2020-04-11 12:20:53 +09:00
parent 6edb4665c0
commit 72ec63ea82
19 changed files with 505 additions and 125 deletions

View File

@@ -0,0 +1,5 @@
int main() {
short temp = 0;
unsigned int temp2 = 4294967163;
return (char)(temp ^ temp2) == 123;
}