/* 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 <[email protected]>. */ | |
/* { dg-do compile } */ | |
#include "mi2a.h" | |
#include "mi2b.h" | |
int main (void) | |
{ | |
return x; | |
} |