summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib2.cpp
blob: caa41431691b54a56d53bb43b7e712470a3f2f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef STATICLIB2_IFACE_1
#  error "STATICLIB2_IFACE_1 incorrectly not defined"
#endif
#ifndef STATICLIB2_IFACE_2
#  error "STATICLIB2_IFACE_2 incorrectly not defined"
#endif

int staticlib2()
{
  return 0;
}