summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_compile_features/lib_user.cpp
blob: 541e528293ac2acfc69695ba99105e76776eed70 (plain)
1
2
3
4
5
6
7

#include "lib_auto_type.h"

int main(int argc, char** argv)
{
  return getAutoType();
}