aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qt-keywords/no_keywords.cpp
blob: 34f018e072983034429bf6d7820a96f288b56fd6 (plain)
1
2
3
4
5
6
7
8
#define QT_NO_KEYWORDS
#include <QtCore/QObject>
#define emit test();

void test()
{
    emit // OK
}