summaryrefslogtreecommitdiffstats
path: root/src/test/ui/nested-block-comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/nested-block-comment.rs')
-rw-r--r--src/test/ui/nested-block-comment.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/ui/nested-block-comment.rs b/src/test/ui/nested-block-comment.rs
new file mode 100644
index 000000000..f8dfb5fa8
--- /dev/null
+++ b/src/test/ui/nested-block-comment.rs
@@ -0,0 +1,12 @@
+// run-pass
+// pretty-expanded FIXME #23616
+
+/* This test checks that nested comments are supported
+
+ /*
+ This should not panic
+ */
+*/
+
+pub fn main() {
+}