compiler/libec2: Improved Specifiers support
[sdk] / compiler / libec2 / test.ec
index 7db260e..ae90d9a 100644 (file)
@@ -9,7 +9,7 @@ int SomeFunction(int * p)
       { 0, 0, 1, 0 }
    };
    int c, d, e = 4;
-   String name = "Foo";
+   const String name = "Foo";
    b * a;
 
    b = ((a + 3) * a) - (3.1415 * 180 / a);