Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Pass with all flags.
[simgrid.git] / buildtools / CPACK / prog_test / prog_GRAS_CHECK_STRUCT_COMPACTION.c
index 5364c38..e8ba5c7 100644 (file)
@@ -2,7 +2,7 @@
 #include <stddef.h> /* offsetof() */
 #include <stdio.h>
 
-void main (void)
+int main (void)
 {
 
 struct s0 {char c0; double d0;};
@@ -55,4 +55,6 @@ int gras_compact_struct;
 
        if(gras_compact_struct == 1) printf("GRAS_COMPACT_STRUCT ");
 
+return 1;
+
 }