summaryrefslogtreecommitdiff
path: root/tests/projects/hybrid/static_library/src/main2.cpp
blob: 237f7c3198b337ba5f2f497c9b549c9fdec1f86c (plain)
1
2
3
4
5
6
#include "test.h"

int main(int argc, char** argv) {
    test5();
    return 0;
}