bindings/capi: fix c compatibility warnings.
[platform/core/graphics/tizenvg.git] / src / examples / main.cpp
1 #include <iostream>
2
3 using namespace std;
4
5 int
6 main(int argc, char *argv[])
7 {
8    cout << "test thorvg!" << endl;
9
10    return 0;
11 }