EricWF added inline comments.
================
Comment at: test/std/strings/string.view/string.view.literals/literal3.pass.cpp:16
+
+int main()
+{
----------------
You can move this test into `literal.pass.cpp` but putting it at another function scope.
https://reviews.llvm.org/D26830