aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp-mi2.c
blob: d5c814c61cc009744dc8a05ca6751cce610e5046 (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 "cpp-mi2a.h"
#include "cpp-mi2b.h"

int main (void)
{
  return x;
}