summaryrefslogtreecommitdiff
path: root/tests/plugins/macro/src/main.cpp
blob: 9b6abffeace614b57807c3421e53f7fa61a5d7e3 (plain)
1
2
3
4
5
6
#include <iostream>

int main(int argc, char **argv) {
    std::cout << "hello world!" << std::endl;
    return 0;
}