summaryrefslogtreecommitdiffstats
path: root/tests/qfileinfo/test.cpp
blob: 4304ec52716b7e1c198a4ebb728839bbcd3a9b87 (plain)
1
2
3
4
5
class Foo {
    void bar() {
        qDebug("yay");
    }
};