blob: 1d9a8b9b1c5e63dc3524eec8f4b7d6b767cc7bb1 (
plain)
1
2
3
4
5
6
|
/* 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>. */
#define need_x
#include "mi2c.h"
|