summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_compile_features/lib_user.cpp
blob: 976068a0b717700a1356e632767e1a2c30bb480e (plain)
1
2
3
4
5
6
7

#include "lib_auto_type.h"

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