]> git.saurik.com Git - bison.git/blobdiff - tests/conflicts.at
tests: please C90 compilers
[bison.git] / tests / conflicts.at
index 5325b69e2742ac143930cf6c9ed9d346e13f76e2..7828cdf0d8e2253ad09941587d4c78c79295bbff 100644 (file)
@@ -74,6 +74,7 @@ int main (void)
   assert (T < U);
   assert (U < V);
   assert (V < W);
+  return 0;
 }
 ]])