aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/link-dynamiclibs-staticlibs/static2.h
blob: 2e07ef32a2498ea36516a2ce02a0879e11db6365 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef STATIC2_H
#define STATIC2_H

class TestMe
{
public:
    void hello() const;
};

#endif // STATIC2_H