#!cscript -s example-multi-ext.c #include extern const char *external_string; int main() { printf("%s\n", external_string); }