Revision 0d999978d25a2edb14d9416ae5b45669040c591d authored by Brad King on 08 July 2021, 13:32:35 UTC, committed by Kitware Robot on 08 July 2021, 13:32:41 UTC
bf810c75ac IAR: Use placeholders in linker and archiver rules

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6322
2 parent s eb692af + bf810c7
Raw File
libcxx1.cxx
#include "libcxx1.h"

#ifdef TEST_FLAG_1
#  ifdef TEST_FLAG_2
float LibCxx1Class::Method()
{
  return 2.0;
}
#  endif
#endif
back to top