view gcc/testsuite/gcc.dg/cpp/line1.c @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* Copyright (C) 2000, 2003  Free Software Foundation.

   by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */

/* { dg-do preprocess } */

/* The line number below must be just a few lines greater than the
   actual line number. */
#line 10 "baz"
wibble

/* { dg-final { scan-file line1.i baz } } */