Skip to content
Snippets Groups Projects
Commit 67b42ca4 authored by Jayke Meijer's avatar Jayke Meijer
Browse files

Merge branch 'master' of github.com:taddeus/peephole

parents 7b952e86 bcaac529
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
int main(void)
{
int a = 3, b = 5, d = 5, x = 100;
int c = 0;
if (a > b)
{
int c = a + b;
d = 2;
}
c = 4;
return b * d + c;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment