new example starting to work
diff --git a/cmd_line_main.c b/cmd_line_main.c
index f7c6010..9e4a819 100644
--- a/cmd_line_main.c
+++ b/cmd_line_main.c
@@ -12,6 +12,7 @@
 
 #include <stdio.h>
 #include "run_tests.h"
+#include "example.h"
 
 
 /*
@@ -31,6 +32,9 @@
 {
    (void)argc; // Avoid unused parameter error
 
+   RunQCborExample(); // TODO: organize this better
+
+
    // This call prints out sizes of data structures to remind us
    // to keep them small.
    PrintSizesQCBOR(&fputs_wrapper, stdout);