aboutsummaryrefslogtreecommitdiffstats
path: root/c_lexer/test/test_lex.c
blob: e962c60ff6e8caa12479f344c443f8fbf455f7ec (plain)
1
2
3
4
5
6
7
8
int main(int argc, char* argv[]) {
	char* h = "Hello World\"";
	int j = POTATO;
	int u = 2398uL;
	float rt = 23.238e-283;
	char x = 'a';
	return 0;
}