invalid_args.cmake 98 B

123
  1. add_executable(main empty.cpp)
  2. target_compile_features(main INVALID cxx_delegating_constructors)