test/pp: cleanup

This commit is contained in:
grischka
2016-10-01 21:05:42 +02:00
parent 0d9f88ea67
commit 6d2be31b93
6 changed files with 20 additions and 74 deletions

View File

@ -1,8 +1,3 @@
extern int printf(const char *format, ...);
int main(void)
{
int a = 0, b = -1;
int i1 = a +++ ++ b;
printf("i1 = %d\n", i1);
return 0x1e -1;
}
return Z(Z(1,2),2);
return Q(1,2);
return ((A + A) * (A + A)) + ((B * B) + (B * B));