git @ Cat's Eye Technologies Dipple / master c / test9.h
master

Tree @master (Download .tar.gz)

test9.h @masterraw · history · blame

/*
 * SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
 * For more information, please refer to <https://unlicense.org/>
 * SPDX-License-Identifier: Unlicense
 */

#define X "Arrrgh!"

#define A(x) x
#define B(x) x

#define C(x) A(B(x))

C(X)