view gcc/testsuite/gcc.dg/missing-header-fixit-2.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* This is missing-header-fixit-2.h, for use by
   missing-header-fixit-2.c  */

void test (int i, int j)
{
  printf ("%i of %i\n", i, j);
}