summaryrefslogtreecommitdiff
path: root/tests/genericprojectmanager/testdata_mixedproject2/main.cpp
blob: 7dfe0b19faaca7380f668774111489554dc4f95d (plain)
1
2
3
4
5
6
#include "header.hpp"

int main()
{
    impl();
}