diff --git a/tests/helloarray/helloarray.cpp b/tests/helloarray/helloarray.cpp index 933dd41..13157f3 100644 --- a/tests/helloarray/helloarray.cpp +++ b/tests/helloarray/helloarray.cpp @@ -17,6 +17,11 @@ float* function1() { int main (void) { + // + // + // + float local_array[] = {1.0, 2.0, 3.0}; + // // //