1 2 3 4 5 6 7 8
#include <stdlib.h> #include <stdio.h> int main (int argc, char* argv[]) { #include "test.include.c" printf("%s\n\n", _test); return 0; }