include_ppx_string!() { /* proc-macro */ }
Parse a macro at compile time from a string.
assert_eq!( include_ppx_string!("#define A Hello\nA", ".", []), "Hello" );