aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/link-dynamiclibs-staticlibs/static2.cpp
blob: 073b136094158b93f01360fd49ed9429d32b44eb (plain)
1
2
3
4
5
6
7
#include "static2.h"
#include <stdio.h>

void TestMe::hello() const
{
    puts("static2 says hello!");
}