1  /* Copyright (C) 2000  Free Software Foundation.
       2  
       3     by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */
       4  
       5  #define foo/**/1
       6  #if foo != 1
       7  # error "foo not properly defined"
       8  #endif
       1  /* Copyright (C) 2000  Free Software Foundation.
       2  
       3     by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */
       4  
       5  #define foo/**/1
       6  #if foo != 1
       7  # error "foo not properly defined"
       8  #endif