File indexing completed on 2024-04-28 05:38:42

0001 #include <QtCore/qglobal.h>
0002 
0003 namespace NS {
0004     typedef int IntFoo;
0005 }
0006 uint qHash(NS::IntFoo) { return 0; }