aboutsummaryrefslogtreecommitdiffstats
path: root/c_lexer/test/test_lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_lexer/test/test_lex.c')
-rw-r--r--c_lexer/test/test_lex.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/c_lexer/test/test_lex.c b/c_lexer/test/test_lex.c
index 9db9054..e962c60 100644
--- a/c_lexer/test/test_lex.c
+++ b/c_lexer/test/test_lex.c
@@ -1,14 +1,8 @@
-#include <stdlib.h>
-#include <stdio.h>
-#include <assert.h>
-#include <math.h>
-
-#define POTATO 5
-
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;
}