A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
16
Task/Inverted-syntax/C/inverted-syntax-1.c
Normal file
16
Task/Inverted-syntax/C/inverted-syntax-1.c
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define otherwise do { register int _o = 2; do { switch (_o) { case 1:
|
||||
#define given(Mc) ;case 0: break; case 2: _o = !!(Mc); continue; } break; } while (1); } while (0)
|
||||
|
||||
|
||||
int foo() { return 1; }
|
||||
|
||||
main()
|
||||
{
|
||||
int a = 0;
|
||||
|
||||
otherwise a = 4 given (foo());
|
||||
printf("%d\n", a);
|
||||
exit(0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue