Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sonar smells of the day.
[simgrid.git] / teshsuite / mc / dwarf / dwarf.cpp
index 0bc60e6..de1555f 100644 (file)
@@ -25,7 +25,8 @@ int test_some_array[4][5][6];
 struct some_struct {
   int first;
   int second[4][5];
-} test_some_struct;
+};
+some_struct test_some_struct;
 
 static simgrid::mc::Type* find_type_by_name(simgrid::mc::ObjectInformation* info, const char* name)
 {