Should we provide a way to embed/include a file dump as raw data?

I'm concerned with how the compiler conceptually transforms the code such that you end up with a variable with a custom type, whose data was loaded from a file. I am not as concerned with the syntax of the literal specifier, or what the literal itself represents to the compiler.

If you passed a URL to the constructor, you would be loading the contents at runtime, right? That doesn't seem like the same feature to me.