Tweak on the 'array' test program.

This commit is contained in:
Ernie Pasveer
2022-08-05 08:58:34 -05:00
parent c75593e9a1
commit 63ce1edfcc
+5
View File
@@ -17,6 +17,11 @@ float* function1() {
int main (void) {
//
//
//
float local_array[] = {1.0, 2.0, 3.0};
//
//
//