Test

Change-Id: I2d2de76a3bac483200889c3d1b5d7ed09998d80c
diff --git a/aomdec.c b/aomdec.c
index 035572c..51a5585 100644
--- a/aomdec.c
+++ b/aomdec.c
@@ -8,6 +8,7 @@
  * Media Patent License 1.0 was not distributed with this source code in the
  * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
  */
+test
 
 #include <assert.h>
 #include <stdio.h>
@@ -49,7 +50,7 @@
 #endif
 #include "./y4menc.h"
 
-static const char *exec_name;
+    static const char *exec_name;
 
 struct AvxDecInputContext {
   struct AvxInputContext *aom_input_ctx;