#include "bu/text.h" int main( int argc, char *argv[] ) { Bu::Text txt(UR"sql(Hello there!""''"")sql"); return 0; }