summaryrefslogtreecommitdiff
path: root/tests/projects/hybrid/static_library/src/main2.cpp
blob: 73890bc01fd5633e365d83f7b82afb8632dcd4b8 (plain)
1
2
3
4
5
6
7
#include "test.h"
  
int main(int argc, char** argv)
{
    test5();
    return 0;
}