summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/config.tests/x11/notype/notypetest.cpp
blob: b33949c6c307c8222aecbb7336ff0140db705657 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Sample program for configure to test for broken X11 headers that
confuse gcc 2.95 and better on target platforms such as Solaris.
*/

#include <X11/Xlib.h>
#include <X11/ICE/ICElib.h>

int main()
{
    return 0;
}