mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
remove example file
This commit is contained in:
parent
5b583f0f1b
commit
a5428d33e1
@ -1,15 +0,0 @@
|
||||
main()
|
||||
{
|
||||
int x;
|
||||
int y;
|
||||
int *p;
|
||||
|
||||
x = 0;
|
||||
p = &x;
|
||||
p[0] = 2 + 2;
|
||||
while (x > 3) {
|
||||
x = x - 1;
|
||||
}
|
||||
|
||||
y = x == 3;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user