Test for stringize macro and use of variadic in stringize macro.

This commit is contained in:
Edward Diener
2018-10-16 16:37:10 -04:00
parent b5c081bf7a
commit 0e335df79e
6 changed files with 79 additions and 0 deletions

12
test/stringize.c Normal file
View File

@ -0,0 +1,12 @@
# /* **************************************************************************
# * *
# * (C) Copyright Edward Diener 2018.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or copy at
# * http://www.boost.org/LICENSE_1_0.txt)
# * *
# ************************************************************************** */
#
# /* See http://www.boost.org for most recent version. */
#
# include <libs/preprocessor/test/stringize.cxx>