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

int staticlib1()
{
  return 0;
}