source: src/examples/gc_no_raii/src/test_include.c @ d48a9a7

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since d48a9a7 was d48a9a7, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

modified makefile to support multiple tests files

  • Property mode set to 100644
File size: 167 bytes
Line 
1/* definition to expand macro for string conversion*/
2#define xstr(s) sstr(s)
3#define sstr(s) #s
4#error "test" # xstr(TEST_FILE.c)
5#include "test" # xstr(TEST_FILE.c)
Note: See TracBrowser for help on using the repository browser.