aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/mi2.c
blob: 916d5a949d0faac60f42d376dad016fe29cacb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Test for overly eager multiple include optimization.
   Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
   Problem noted by Tom Tromey <tromey@cygnus.com>.  */
/* { dg-do compile } */

#include "mi2a.h"
#include "mi2b.h"

int main (void)
{
  return x;
}