summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/include_pwd/main.cpp
blob: c98935f87d1e96c51471a99f2164c5343d2e221d (plain)
1
2
3
4
5
6
#include "someheader.h"

int main()
{
    return 0;
}