]> git.saurik.com Git - bison.git/blobdiff - tests/synclines.at
maint: run "make update-copyright".
[bison.git] / tests / synclines.at
index d7220c785245872a8470f124e0ec31303065fabd..c12ab9b74a7419f1397b0e647513281964cd038d 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2002, 2004, 2005, 2007, 2009, 2010 Free Software
+# Copyright (C) 2002, 2004-2005, 2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
@@ -88,6 +88,7 @@ m4_define([AT_TEST_SYNCLINE],
 
 AT_DATA([syncline.c],
 [[#error "1"
+int i; // avoids -pedantic warning about an empty translation unit
 ]])
 
 AT_SYNCLINES_COMPILE([syncline.c])