mirror of
https://github.com/kmc7468/cs420.git
synced 2026-06-21 06:38:47 +09:00
Update examples with new testcase
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
int main()
|
||||
{
|
||||
int a = 3;
|
||||
int b = sizeof(!(a++));
|
||||
return a + b;
|
||||
}
|
||||
Reference in New Issue
Block a user