frob::strfrob(&xstring2); // Mutated in plate (explicit pointer is used here so you know it's not mutating when you might not expect.)
constexpr const auto ctime = frob::strfrob<>("done at comptime, like the literal `_frob`"); // Explicit template `<>` is required here otherwise it overloads to the non `constexpr` functions, even in a `constexpr` context;
}
```
# Test
Run `make test` to build and run the test that ensures the original string literal does not appear anywhere in the outputted binary.
Run `make test` to build and run the test that ensures the original string literal does not appear anywhere in the outputted binary.