summaryrefslogtreecommitdiff
path: root/05/main.c
blob: 3a38edf3103dc0cb3a7e3d2d0b0f217ab3ab2fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>

int test(int, double, ...);\
/* here is a nice
comment it is
here
*/
int main(void) {
	printf("\"Hello, world!%c\n\"", '\'');
	_X55 = Y4_C_;
	a.b = c;
	5 + (.3e+5+6) & 0xff | 93 -~5;
	return 0;
}