summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata-providers/module-providers/main.cpp
blob: 85a4f551c638407052f1726802e775bd12f1ee88 (plain)
1
2
3
4
5
6
7
8
#include <iostream>

int main()
{
    std::cout << "The letters are " << LETTER1 << " and " << LETTER2 << std::endl;
    std::cout << "The MY_DEFINE is " << MY_DEFINE << std::endl;
    return 0;
}