summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/GlobalAutogenTarget/GAT/main.cpp
blob: 79c00b407485cc0bc60d6939281dd2ae7c79b905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "item.hpp"
#include "sda/sda.hpp"
#include "sdb/sdb.hpp"
#include "sdc/sdc.hpp"

int main(int argv, char** args)
{
  // Object instances
  Item item;
  // Library calls
  sda();
  sdb();
  sdc();
  return 0;
}