# Named references test. -*- Autotest -*-
-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
}
status = yyparse ();
fclose (input);
- assert (global_result == result);
- assert (global_count == count);
+ assert (global_result == result); (void) global_result; (void) result;
+ assert (global_count == count); (void) global_count; (void) count;
return status;
}
]])