summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index 5d4b282..e16367b 100644
--- a/05/main.c
+++ b/05/main.c
@@ -32,6 +32,14 @@ static unsigned int y;
static unsigned int z[1000];
static unsigned int w;
+typedef struct {
+ int x;
+} Test;
+
+int a = -138;
+double f = 0;
+int j = 3+7<<5, k = 123;
+
/*
NOTE: THIS MUST WORK
int x[] = {1,2,3}