about summary refs log tree commit diff
path: root/tests/ui/nested-block-comment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nested-block-comment.rs')
-rw-r--r--tests/ui/nested-block-comment.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/ui/nested-block-comment.rs b/tests/ui/nested-block-comment.rs
new file mode 100644
index 00000000000..f8dfb5fa8ca
--- /dev/null
+++ b/tests/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() {
+}