Handle void * conversions in FreeBSD/x86 native code to fix C++ build.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / vla-cxx.cc
index 1eb80f262ffdcc7d040e763fc7e6be185289c573..a1fd510e309f19d0027c74e8d40522ebdf3793eb 100644 (file)
@@ -45,5 +45,6 @@ int main(int argc, char **argv)
     vla[i] = 5 + 2 * i;
 
   // vlas_filled
+  vla[0] = 2 * vla[0];
   return vla[2];
 }
This page took 0.023991 seconds and 4 git commands to generate.